• SyncTERM Build On OpenSUSE

    From DesotoFireflite@VERT to All on Thu Jun 25 15:28:31 2015
    Got the following error when trying to compile Syncterm in opensuse. I had no issues with synchronet, it installed fine after installing all the prerequisites. I downloaded Syncterm from source into my /home/cg/syncterm directory. I used the following commands.

    Server-Linux:/home/cg/syncterm # cvs -d :pserver:anonymous@cvs.synchro.net:/cvsroot/sbbs co syncterm Server-Linux:/home/cg/syncterm # cd /home/cg/syncterm/src/syncterm Server-Linux:/home/cg/syncterm/src/syncterm # gmake

    it did a lot of compiling, then crapped out here

    Compiling ../sbbs3/zmodem.c
    Compiling ../sbbs3/xmodem.c
    Compiling st_crypt.c
    In file included from st_crypt.c:9:0:
    st_crypt.h:7:22: fatal error: cryptlib.h: No such file or directory
    #include <cryptlib.h>
    ^
    compilation terminated.
    ../build/Common.gmake:430: recipe for target 'gcc.linux.obj.debug-mt/st_crypt.o' failed gmake: *** [gcc.linux.obj.debug-mt/st_crypt.o] Error 1

    Any help would be appreicated. Thanks

    - C.G. Learn
    - Valhalla Home Services! - Telnet://valhalla.synchro.net
    - A Gamers Paradise - Over 100 Registered Online Game Doors!

    ---
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From Deuce@VERT to DesotoFireflite on Thu Jun 25 23:51:13 2015
    Re: SyncTERM Build On OpenSUSE
    By: DesotoFireflite to All on Thu Jun 25 2015 03:28 pm

    Got the following error when trying to compile Syncterm in opensuse. I had no issues with synchronet, it installed fine after installing all the prerequisites. I downloaded Syncterm from source into my /home/cg/syncterm directory. I used the following commands.

    Where did you download the SyncTERM source from? Sounds like it's missing the 3rdp directory or you grabbed a very old source bundle that still requires Cryptlib to be installed separately.

    ---
    http://DuckDuckGo.com/ a better search engine that respects your privacy.
    Mro is an idiot. Please ignore him, we keep hoping he'll go away.
    þ Synchronet þ My Brand-New BBS (All the cool S
  • From DesotoFireflite@VERT to Deuce on Fri Jun 26 01:31:35 2015
    Re: SyncTERM Build On OpenSUSE
    By: Deuce to DesotoFireflite on Thu Jun 25 2015 11:51 pm

    Where did you download the SyncTERM source from? Sounds like it's missing t 3rdp directory or you grabbed a very old source bundle that still requires Cryptlib to be installed separately.

    I used the command from the syncterm website syncterm.bbsdev.net to download it from source from withen the terminal in opensuse "cvs -d :pserver:anonymous@cvsroot/sbbs co syncterm". Hope this helps. Should I have downloaded it from somewhere else. I thought the syncterm website would be the newest.

    Thanks
    C.G.
    ---
    þ Synchronet þ Vertrauen þ Home of Synchronet þ telnet://vert.synchro.net
  • From Ragnarok@ragnarok@docksud.com.ar to DesotoFireflite on Fri Jun 26 16:25:13 2015
    El 26/06/15 a las 05:31, DesotoFireflite escibió:
    Re: SyncTERM Build On OpenSUSE
    By: Deuce to DesotoFireflite on Thu Jun 25 2015 11:51 pm

    Where did you download the SyncTERM source from? Sounds like it's missing t
    3rdp directory or you grabbed a very old source bundle that still requires Cryptlib to be installed separately.

    I used the command from the syncterm website syncterm.bbsdev.net to download it
    from source from withen the terminal in opensuse "cvs -d :pserver:anonymous@cvsroot/sbbs co syncterm". Hope this helps. Should I have downloaded it from somewhere else. I thought the syncterm website would be the
    newest.

    Thanks
    C.G.
    ---
    � Synchronet � Vertrauen � Home of Synchronet � telnet://vert.synchro.net


    I recommend that you must download the latest tarball source:

    http://syncterm.bbsdev.net/syncterm-src.tgz
  • From Deuce@VERT to DesotoFireflite on Fri Jun 26 11:37:28 2015
    Re: SyncTERM Build On OpenSUSE
    By: DesotoFireflite to Deuce on Fri Jun 26 2015 01:31 am

    I used the command from the syncterm website syncterm.bbsdev.net to download it from source from withen the terminal in opensuse "cvs -d :pserver:anonymous@cvsroot/sbbs co syncterm". Hope this helps. Should I have downloaded it from somewhere else. I thought the syncterm website would be the newest.

    Yep, that is the latest. Sounds like my syncterm alias is missing some bits.

    The tarball that you can download from there should have everything in it and be fairly up-to-date as well... it's generated nightly unless my OS X box has hung.

    ---
    http://DuckDuckGo.com/ a better search engine that respects your privacy.
    Mro is an idiot. P
  • From DesotoFireflite@VERT to Deuce on Fri Jun 26 18:45:03 2015
    Re: SyncTERM Build On OpenSUSE
    By: Deuce to DesotoFireflite on Fri Jun 26 2015 11:37 am

    Yep, that is the latest. Sounds like my syncterm alias is missing some bits.

    The tarball that you can download from there should have everything in it and be fairly up-to-date as well... it's generated nightly unless my OS X box has hung.

    OK, thanks, I will DL the tarball

    - Don't eat the yellow snow!

    - C.G. Learn
    - Valhalla Home Services! - Telnet://valhalla.synchro.net
    - A Gamers Paradise - Over 100 Registered Online Game Doors!

    ---
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From DesotoFireflite@VERT to Ragnarok on Fri Jun 26 18:46:43 2015
    Re: Re: SyncTERM Build On OpenSUSE
    By: Ragnarok to DesotoFireflite on Fri Jun 26 2015 04:25 pm

    I recommend that you must download the latest tarball source:

    http://syncterm.bbsdev.net/syncterm-src.tgz

    Thanks, I'll grab it this wekend, and compile.

    - The truth will set you free. But first it'll piss you off.

    - C.G. Learn
    - Valhalla Home Services! - Telnet://valhalla.synchro.net
    - A Gamers Paradise - Over 100 Registered Online Game Doors!

    ---
    þ Synchronet þ Valhalla Hom
  • From DesotoFireflite@VERT to Deuce on Sun Jun 28 15:39:25 2015
    Re: SyncTERM Build On OpenSUSE
    By: Deuce to DesotoFireflite on Fri Jun 26 2015 11:37 am

    The tarball that you can download from there should have everything in it and be fairly up-to-date as well... it's generated nightly unless my OS X box has hung.

    Ok, I got it to install, but I have to do some more reading. It will only load in the terminal, and the ansi is awefull. I remember reading somewhere I had to do something to correct the ansi, but I was assuming it would load from a desktop icon I placed there. When I try to load it not using the terminal, It puts a heavy load on the cpu monitor, and never loads. I know I have a lot to learn about using linux. is there a text I can read using and installing syncterm on linux to help a linux newby LOL. Anyway, thanks for your help in getting me this far.

    - SENILE.COM found...Out of Memory...

    - C.G. Learn
    - Valhalla Home Services! - Telnet://valhalla.synchro.net
    - A Gamers Paradise - Over 100 Registered Online Game Doors!

    ---
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net
  • From Deuce@VERT to DesotoFireflite on Sun Jun 28 22:40:38 2015
    Re: SyncTERM Build On OpenSUSE
    By: DesotoFireflite to Deuce on Sun Jun 28 2015 03:39 pm

    Ok, I got it to install, but I have to do some more reading. It will only load in the terminal, and the ansi is awefull. I remember reading somewhere I had to do something to correct the ansi, but I was assuming it would load from a desktop icon I placed there. When I try to load it not using the terminal, It puts a heavy load on the cpu monitor, and never loads. I know I have a lot to learn about using linux. is there a text I can read using and installing syncterm on linux to help a linux newby LOL. Anyway, thanks for your help in getting me this far.

    That's very odd... I'm not sure how you could get that.

    You could try focing X11 mode... by adding -iX to the command. That's about all I can think of.

    Oh, you do need the SDL development files (and X11 development files) installed
    on your computer to build it with SDL/X11 support. Depending on the distro, they're the -dev or -devel packages.

    ---
    http://DuckDuckGo.com/ a better search engine that respects your privacy.
    Mro is an idiot. Please ignore him, we keep hoping he'll go away.
    þ Synchronet þ My Brand-New BBS (All the cool SysOps run STOCK!)
  • From DesotoFireflite@VERT to Deuce on Mon Jun 29 04:11:57 2015
    Re: SyncTERM Build On OpenSUSE
    By: Deuce to DesotoFireflite on Sun Jun 28 2015 10:40 pm

    That's very odd... I'm not sure how you could get that.

    You could try focing X11 mode... by adding -iX to the command. That's about all I can think of.

    Oh, you do need the SDL development files (and X11 development files) installed on your computer to build it with SDL/X11 support. Depending on the distro, they're the -dev or -devel packages.


    Ok, I'll try that, thanks for the help. I'll let you know

    - CAT (n.), Furry keyboard cover.

    - C.G. Learn
    - Valhalla Home Services! - Telnet://valhalla.synchro.net
    - A Gamers Paradise - Over 100 Registered Online Game Doors!

    ---
    þ Synchronet þ Valhalla Home Services
  • From DesotoFireflite@VERT to Deuce on Mon Jun 29 06:12:02 2015
    Re: SyncTERM Build On OpenSUSE
    By: Deuce to DesotoFireflite on Sun Jun 28 2015 10:40 pm

    Oh, you do need the SDL development files (and X11 development files) installed on your computer to build it with SDL/X11 support. Depending on the distro, they're the -dev or -devel packages.

    Yay, works like a charm. It was the SDL development files. Thanks for your help. I can see I have a lot to learn with linux, but that's with anything new. Again, Thanks


    - SENILE.COM found...Out of Memory...

    - C.G. Learn
    - Valhalla Home Services! - Telnet://valhalla.synchro.net
    - A Gamers Paradise - Over 100 Registered Online Game Doors!

    ---
    þ Synchronet þ Valhalla Home Services þ USA þ http://valhalla.synchro.net