• SBBS & Linux

    From Donald Price@VERT/THEWASTE to All on Sunday, October 05, 2014 09:23:43
    I've been experimenting with setting up Synchronet in Linux. I did it a few years ago on opensuse with absolutely no problems. Now I've tried in Debian, Opensuse and Ubuntu and always get the same error message when using make.
    Here is a clip of what it is:

    make[1]: Nothing to be done for `mtlib'.
    make[1]: Leaving directory `/sbbs/src/xpdev'
    make -C /sbbs/src/sbbs3/../../3rdp/build cryptlib
    make[1]: Entering directory `/sbbs/3rdp/build'
    make[1]: Nothing to be done for `cryptlib'.
    make[1]: Leaving directory `/sbbs/3rdp/build'
    Linking gcc.linux.lib.debug/libsbbs.so
    make -C /sbbs/src/sbbs3/../xpdev lib
    make[1]: Entering directory `/sbbs/src/xpdev'
    make[1]: Nothing to be done for `lib'.
    make[1]: Leaving directory `/sbbs/src/xpdev'
    make -C /sbbs/src/sbbs3/../conio mtlib
    make[1]: Entering directory `/sbbs/src/conio'
    Compiling ciolib.c
    In file included from curs_cio.h:48:0,
    from ciolib.c:63:
    curs_fix.h:43:21: fatal error: curses.h: No such file or directory
    #include <curses.h>
    ^
    compilation terminated.
    make[1]: *** [gcc.linux.obj.debug-mt/ciolib.o] Error 1
    make[1]: Leaving directory `/sbbs/src/conio'
    make: *** [ciolib-mt] Error 2

    Any ideas as to what is up or what I'm doing wrong?

    Thanks,


    -=Thumper=-
    --SysOp--
    The Wastelands BBS

    ---
    þ Synchronet þ The Wastelands BBS - wastelands-bbs.net - Keeping The Tradition Alive
  • From Ragnarok@VERT/DOCKSUD to Donald Price on Sunday, October 05, 2014 16:59:18
    El 05/10/14 13:23, Donald Price escribió:
    I've been experimenting with setting up Synchronet in Linux. I did it a few years ago on opensuse with absolutely no problems. Now I've tried in Debian, Opensuse and Ubuntu and always get the same error message when using make. Here is a clip of what it is:

    make[1]: Nothing to be done for `mtlib'.
    make[1]: Leaving directory `/sbbs/src/xpdev'
    make -C /sbbs/src/sbbs3/../../3rdp/build cryptlib
    make[1]: Entering directory `/sbbs/3rdp/build'
    make[1]: Nothing to be done for `cryptlib'.
    make[1]: Leaving directory `/sbbs/3rdp/build'
    Linking gcc.linux.lib.debug/libsbbs.so
    make -C /sbbs/src/sbbs3/../xpdev lib
    make[1]: Entering directory `/sbbs/src/xpdev'
    make[1]: Nothing to be done for `lib'.
    make[1]: Leaving directory `/sbbs/src/xpdev'
    make -C /sbbs/src/sbbs3/../conio mtlib
    make[1]: Entering directory `/sbbs/src/conio'
    Compiling ciolib.c
    In file included from curs_cio.h:48:0,
    from ciolib.c:63:
    curs_fix.h:43:21: fatal error: curses.h: No such file or directory
    #include <curses.h>
    ^
    compilation terminated.
    make[1]: *** [gcc.linux.obj.debug-mt/ciolib.o] Error 1
    make[1]: Leaving directory `/sbbs/src/conio'
    make: *** [ciolib-mt] Error 2

    Any ideas as to what is up or what I'm doing wrong?

    Thanks,

    you must install libncurses5-dev

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://www.docksud.com.ar - telnet://bbs.docksud.com.ar
  • From Khelair@VERT/TINFOIL to Donald Price on Sunday, October 05, 2014 13:45:16
    Re: SBBS & Linux
    By: Donald Price to All on Sun Oct 05 2014 09:23:43

    few years ago on opensuse with absolutely no problems. Now I've tried in Debian, Opensuse and Ubuntu and always get the same error message when using make. Here is a clip of what it is:

    curs_fix.h:43:21: fatal error: curses.h: No such file or directory
    #include <curses.h>

    I'm not sure what the syntax is for OpenSuSE, but for Debian/Ubuntu I'm pretty sure what you want at this point is sudo apt-get install ncurses-dev.

    ---
    þ Synchronet þ Tinfoil Tetrahedron BBS telnet or ssh -p 2222 to tinfoil.synchro.net
  • From Donald Price@VERT/THEWASTE to Ragnarok on Sunday, October 05, 2014 15:48:20
    El 05/10/14 13:23, Donald Price escribió:
    I've been experimenting with setting up Synchronet in Linux. I did it a few years ago on opensuse with absolutely no problems. Now I've tried in

    you must install libncurses5-dev

    ---
    þ Synchronet þ Dock Sud BBS TLD 24 HS - http://www.docksud.com.ar - telnet://bbs.docksud.com.ar

    THANKS! I found another how-to and got it running.

    -=Thumper=-
    --SysOp--
    The Wastelands BBS

    ---
    þ Synchronet þ The Wastelands BBS - wastelands-bbs.net - Keeping The Tradition Alive
  • From Donald Price@VERT/THEWASTE to Khelair on Sunday, October 05, 2014 15:50:12
    Re: SBBS & Linux
    By: Donald Price to All on Sun Oct 05 2014 09:23:43

    few years ago on opensuse with absolutely no problems. Now I've
    tried
    in Debian, Opensuse and Ubuntu and always get the same error
    message
    when using make. Here is a clip of what it is:

    curs_fix.h:43:21: fatal error: curses.h: No such file or directory
    #include <curses.h>

    I'm not sure what the syntax is for OpenSuSE, but for Debian/Ubuntu
    I'm
    pretty sure what you want at this point is sudo apt-get install
    ncurses-dev.

    ---
    þ Synchronet þ Tinfoil Tetrahedron BBS telnet or ssh -p 2222 to tinfoil.synchro.net

    I've found another how-to and it worked great. Obviously I was missing packages. I'm now working and will slowly convert from Winblows....

    -=Thumper=-
    --SysOp--
    The Wastelands BBS

    ---
    þ Synchronet þ The Wastelands BBS - wastelands-bbs.net - Keeping The Tradition Alive
  • From Khelair@VERT/TINFOIL to Ragnarok on Sunday, October 05, 2014 16:32:29
    Re: Re: SBBS & Linux
    By: Ragnarok to Donald Price on Sun Oct 05 2014 16:59:18

    you must install libncurses5-dev

    Whoopsie. I knew it was the ncurses dev package. Guess my time away from Linux is showing.

    ---
    þ Synchronet þ Tinfoil Tetrahedron BBS telnet or ssh -p 2222 to tinfoil.synchro.net