• ls returned 1 exit status

    From Daniel@1:103/705 to alt.bbs.synchronet on Sun Jun 27 01:29:34 2021
    From Newsgroup: alt.bbs.synchronet

    Digitalman

    Attempting to compile/install latest syncterm after upgrading my box to
    the latest ubuntu lts. Errors out, here's a sample of the output:

    /usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14499: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14502: undefined reference to `vstatlock'
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/syncterm.o: in function `main': /home/daniel/syncterm-20210627/src/syncterm/syncterm.c:1484: undefined reference to `aspect_fix'
    collect2: error: ld returned 1 exit status
    make: *** [GNUmakefile:111: gcc.linux.x64.exe.debug/syncterm] Error 1

    Assistance requested. Thanks
    --
    Daniel
    Visit me at: gopher://gcpp.world
    --- Synchronet 3.19a-Win32 NewsLink 1.113
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Daniel on Sun Jun 27 14:36:20 2021
    Re: ls returned 1 exit status
    By: Daniel to alt.bbs.synchronet on Sun Jun 27 2021 01:29 am

    From Newsgroup: alt.bbs.synchronet

    Digitalman

    Attempting to compile/install latest syncterm after upgrading my box to
    the latest ubuntu lts. Errors out, here's a sample of the output:

    /usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14499: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14502: undefined reference to `vstatlock'
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/syncterm.o: in function `main': /home/daniel/syncterm-20210627/src/syncterm/syncterm.c:1484: undefined reference to `aspect_fix'
    collect2: error: ld returned 1 exit status
    make: *** [GNUmakefile:111: gcc.linux.x64.exe.debug/syncterm] Error 1

    Do you have the wide version of the ncurses dev package installed? http://packages.debian.org/stable/libncursesw5-dev
    --
    digital man

    Sling Blade quote #25:
    Karl: they seen fit to put me in here and here I've been a great long while. Norco, CA WX: 89.5øF, 44.0% humidity, 15 mph NNE wind, 0.00 inches rain/24hrs --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Daniel@1:103/705 to alt.bbs.synchronet on Mon Jun 28 09:49:18 2021
    From Newsgroup: alt.bbs.synchronet

    "Digital Man" <digital.man@vert.synchro.net.remove-jkw-this> writes:

    To: Daniel
    Re: ls returned 1 exit status
    By: Daniel to alt.bbs.synchronet on Sun Jun 27 2021 01:29 am

    From Newsgroup: alt.bbs.synchronet

    Digitalman

    Attempting to compile/install latest syncterm after upgrading my box to the latest ubuntu lts. Errors out, here's a sample of the output:

    /usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14499: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14502: undefined reference to `vstatlock'
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/syncterm.o: in function `main': /home/daniel/syncterm-20210627/src/syncterm/syncterm.c:1484: undefined reference to `aspect_fix'
    collect2: error: ld returned 1 exit status
    make: *** [GNUmakefile:111: gcc.linux.x64.exe.debug/syncterm] Error 1

    Do you have the wide version of the ncurses dev package installed? http://packages.debian.org/stable/libncursesw5-dev

    Yessir

    $ sudo apt install libncursesw5-dev
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    libncursesw5-dev is already the newest version (6.2-0ubuntu2).
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
    --
    Daniel
    Visit me at: gopher://gcpp.world
    --- Synchronet 3.19a-Win32 NewsLink 1.113
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Daniel on Wed Jun 30 13:51:00 2021
    Re: Re: ls returned 1 exit status
    By: Daniel to alt.bbs.synchronet on Tue Jun 29 2021 04:57 pm

    From Newsgroup: alt.bbs.synchronet

    Daniel <me@sci.fi.dan.com> writes:

    "Digital Man" <digital.man@vert.synchro.net.remove-jkw-this> writes:

    To: Daniel
    Re: ls returned 1 exit status
    By: Daniel to alt.bbs.synchronet on Sun Jun 27 2021 01:29 am

    From Newsgroup: alt.bbs.synchronet

    Digitalman

    Attempting to compile/install latest syncterm after upgrading my box to >> > the latest ubuntu lts. Errors out, here's a sample of the output: >> >
    /usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14499: >> > undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14502: >> > undefined reference to `vstatlock'
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/syncterm.o: in function `main': >> > /home/daniel/syncterm-20210627/src/syncterm/syncterm.c:1484: undefined
    reference to `aspect_fix'
    collect2: error: ld returned 1 exit status
    make: *** [GNUmakefile:111: gcc.linux.x64.exe.debug/syncterm] Error 1 >>
    Do you have the wide version of the ncurses dev package installed?
    http://packages.debian.org/stable/libncursesw5-dev

    Yessir

    $ sudo apt install libncursesw5-dev
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    libncursesw5-dev is already the newest version (6.2-0ubuntu2).
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

    By the way, I spend the majority of my time on the commandline.

    Look further back in the build output for the *first* error that is displayed. Is the first error reported about that vstat definition in ripper.c?
    --
    digital man

    This Is Spinal Tap quote #36:
    Bobbi Flekman: Money talks, and bullshit walks.
    Norco, CA WX: 86.3øF, 51.0% humidity, 6 mph E wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Daniel@1:103/705 to alt.bbs.synchronet on Thu Jul 1 04:41:22 2021
    From Newsgroup: alt.bbs.synchronet

    "Digital Man" <digital.man@vert.synchro.net.remove-5n5-this> writes:

    To: Daniel
    Re: Re: ls returned 1 exit status
    By: Daniel to alt.bbs.synchronet on Tue Jun 29 2021 04:57 pm

    From Newsgroup: alt.bbs.synchronet

    Daniel <me@sci.fi.dan.com> writes:

    "Digital Man" <digital.man@vert.synchro.net.remove-jkw-this> writes:

    To: Daniel
    Re: ls returned 1 exit status
    By: Daniel to alt.bbs.synchronet on Sun Jun 27 2021 01:29 am

    From Newsgroup: alt.bbs.synchronet

    Digitalman

    Attempting to compile/install latest syncterm after upgrading my box to >> > the latest ubuntu lts. Errors out, here's a sample of the output: >> >
    /usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14499: >> > undefined
    reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210627/src/syncterm/ripper.c:14502: >> > undefined
    reference to `vstatlock'
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/syncterm.o: in function `main': >> > /home/daniel/syncterm-20210627/src/syncterm/syncterm.c:1484: undefined
    reference to `aspect_fix'
    collect2: error: ld returned 1 exit status
    make: *** [GNUmakefile:111: gcc.linux.x64.exe.debug/syncterm] Error 1

    Do you have the wide version of the ncurses dev package installed?
    http://packages.debian.org/stable/libncursesw5-dev

    Yessir

    $ sudo apt install libncursesw5-dev
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    libncursesw5-dev is already the newest version (6.2-0ubuntu2).
    0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

    By the way, I spend the majority of my time on the commandline.

    Look further back in the build output for the *first* error that is displayed. Is the first error reported about that vstat definition in ripper.c?

    Looks like ripper.c

    Here's the output:

    Linking gcc.linux.x64.exe.debug/syncterm
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/ripper.o: in function `rv_reset': /home/daniel/syncterm-20210701/src/syncterm/ripper.c:7646: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:7647: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:7648: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:7649: undefined reference to `vstatlock'
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/ripper.o: in function `rv_termset': /home/daniel/syncterm-20210701/src/syncterm/ripper.c:7901: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:7902: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:7905: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:7917: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:7959: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:7960: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:7961: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:7962: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:7963: undefined reference to `vstatlock'
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/ripper.o: in function `reinit_screen': /home/daniel/syncterm-20210701/src/syncterm/ripper.c:9776: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:9777: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:9778: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:9778: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:9778: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:9779: undefined reference to `vstat'
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/ripper.o:/home/daniel/syncterm-20210701/src/syncterm/ripper.c:9780: more undefined references to `vstat' follow
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/ripper.o: in function `reinit_screen': /home/daniel/syncterm-20210701/src/syncterm/ripper.c:9797: undefined reference to `vstatlock'
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/ripper.o: in function `do_rip_command': /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10409: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10410: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10410: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10415: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10415: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10415: undefined reference to `vstat'
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/ripper.o:/home/daniel/syncterm-20210701/src/syncterm/ripper.c:10415: more undefined references to `vstat' follow
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/ripper.o: in function `do_rip_command': /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10417: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10459: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10460: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10460: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10465: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10465: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10465: undefined reference to `vstat'
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/ripper.o:/home/daniel/syncterm-20210701/src/syncterm/ripper.c:10465: more undefined references to `vstat' follow
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/ripper.o: in function `do_rip_command': /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10467: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10505: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10506: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10507: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10508: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10563: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10564: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10564: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10569: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10569: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10569: undefined reference to `vstat'
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/ripper.o:/home/daniel/syncterm-20210701/src/syncterm/ripper.c:10569: more undefined references to `vstat' follow
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/ripper.o: in function `do_rip_command': /home/daniel/syncterm-20210701/src/syncterm/ripper.c:10571: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:11093: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:11094: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:11097: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:11109: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:11552: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:11555: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:11556: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:11559: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:12816: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:12817: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:12818: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:12819: undefined reference to `vstatlock'
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/ripper.o: in function `init_rip': /home/daniel/syncterm-20210701/src/syncterm/ripper.c:14494: undefined reference to `vstatlock'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:14495: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:14499: undefined reference to `vstat'
    /usr/bin/ld: /home/daniel/syncterm-20210701/src/syncterm/ripper.c:14502: undefined reference to `vstatlock'
    /usr/bin/ld: gcc.linux.x64.obj.debug-mt/syncterm.o: in function `main': /home/daniel/syncterm-20210701/src/syncterm/syncterm.c:1484: undefined reference to `aspect_fix'
    collect2: error: ld returned 1 exit status
    make: *** [GNUmakefile:111: gcc.linux.x64.exe.debug/syncterm] Error 1
    --
    Daniel
    Visit me at: gopher://gcpp.world
    --- Synchronet 3.19a-Win32 NewsLink 1.113
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Digital Man@1:103/705 to Daniel on Thu Jul 1 13:53:24 2021
    Re: Re: ls returned 1 exit status
    By: Daniel to alt.bbs.synchronet on Thu Jul 01 2021 04:41 am

    Check out https://sourceforge.net/p/syncterm/tickets/

    I think this problem has been reported before. Perhaps there's a solution reported there.
    --
    digital man

    Rush quote #4:
    You can be the captain and I will draw the chart... Closer to the Heart
    Norco, CA WX: 90.9øF, 42.0% humidity, 6 mph E wind, 0.00 inches rain/24hrs
    --- SBBSecho 3.14-Linux
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Daniel@1:103/705 to alt.bbs.synchronet on Tue Jul 6 00:58:52 2021
    From Newsgroup: alt.bbs.synchronet

    "Digital Man" <digital.man@vert.synchro.net.remove-cgk-this> writes:

    To: Daniel
    Re: Re: ls returned 1 exit status
    By: Daniel to alt.bbs.synchronet on Thu Jul 01 2021 04:41 am

    Check out https://sourceforge.net/p/syncterm/tickets/

    I think this problem has been reported before. Perhaps there's a solution reported there.

    Hey Digitalman,

    Thanks for the reply. I went through the open and closed tickets. The
    only one that seems to be a similar issue was deemed BS. Will you
    specify which ticket it is?
    --
    Daniel
    Visit me at: gopher://gcpp.world
    --- Synchronet 3.19a-Win32 NewsLink 1.113
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From Daniel@1:103/705 to alt.bbs.synchronet on Tue Jul 6 14:50:00 2021
    From Newsgroup: alt.bbs.synchronet

    Daniel <me@sci.fi.dan.com> writes:

    "Digital Man" <digital.man@vert.synchro.net.remove-cgk-this> writes:

    To: Daniel
    Re: Re: ls returned 1 exit status
    By: Daniel to alt.bbs.synchronet on Thu Jul 01 2021 04:41 am

    Check out https://sourceforge.net/p/syncterm/tickets/

    I think this problem has been reported before. Perhaps there's a solution reported there.

    Hey Digitalman,

    Thanks for the reply. I went through the open and closed tickets. The
    only one that seems to be a similar issue was deemed BS. Will you
    specify which ticket it is?

    Nevermind, I was able to fix the old installation. I'm back to working
    again. Thanks for your help anyway.
    --
    Daniel
    Visit me at: gopher://gcpp.world
    --- Synchronet 3.19a-Win32 NewsLink 1.113
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From disloops@1:103/705 to alt.bbs.synchronet on Thu Aug 5 15:30:38 2021
    From Newsgroup: alt.bbs.synchronet

    On Tuesday, July 6, 2021 at 5:50:03 PM UTC-4, Daniel wrote:
    Daniel <m...@sci.fi.dan.com> writes:

    "Digital Man" <digit...@vert.synchro.net.remove-cgk-this> writes:

    To: Daniel
    Re: Re: ls returned 1 exit status
    By: Daniel to alt.bbs.synchronet on Thu Jul 01 2021 04:41 am

    Check out https://sourceforge.net/p/syncterm/tickets/

    I think this problem has been reported before. Perhaps there's a solution reported there.

    Hey Digitalman,

    Thanks for the reply. I went through the open and closed tickets. The
    only one that seems to be a similar issue was deemed BS. Will you
    specify which ticket it is?
    Nevermind, I was able to fix the old installation. I'm back to working again. Thanks for your help anyway.
    --
    Daniel
    Visit me at: gopher://gcpp.world

    Hello all,

    There is not currently a Sourceforge ticket with a solution to this problem. I am experiencing the same issue that Daniel described. My problem is occurring after trying to build from source on an instance of Amazon Linux 2, which is based on RHEL.

    I can post more output here if necessary. Any help would be appreciated!

    Thanks,
    @disloops
    --- Synchronet 3.19a-Win32 NewsLink 1.113
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)
  • From disloops@1:103/705 to alt.bbs.synchronet on Thu Aug 5 19:58:12 2021
    From Newsgroup: alt.bbs.synchronet

    On Thursday, August 5, 2021 at 8:36:16 PM UTC-4, Digital Man wrote:
    To: disloops
    Re: Re: ls returned 1 exit status
    By: disloops to alt.bbs.synchronet on Thu Aug 05 2021 03:30 pm

    From Newsgroup: alt.bbs.synchronet

    On Tuesday, July 6, 2021 at 5:50:03 PM UTC-4, Daniel wrote:
    Daniel <m...@sci.fi.dan.com> writes:

    "Digital Man" <digit...@vert.synchro.net.remove-cgk-this> writes:

    To: Daniel
    Re: Re: ls returned 1 exit status
    By: Daniel to alt.bbs.synchronet on Thu Jul 01 2021 04:41 am

    Check out https://sourceforge.net/p/syncterm/tickets/

    I think this problem has been reported before. Perhaps there's a solution reported there.

    Hey Digitalman,

    Thanks for the reply. I went through the open and closed tickets. The only one that seems to be a similar issue was deemed BS. Will you specify which ticket it is?
    Nevermind, I was able to fix the old installation. I'm back to working again. Thanks for your help anyway.
    --
    Daniel
    Visit me at: gopher://gcpp.world

    Hello all,

    There is not currently a Sourceforge ticket with a solution to this problem.
    I am experiencing the same issue that Daniel described. My problem is occurring after trying to build from source on an instance of Amazon Linux 2, which is based on RHEL.

    I can post more output here if necessary. Any help would be appreciated!
    My guess is that it has to do with one of the external dependencies (e.g. ncurses or maybe SDL2). Perhaps see if you update one or both of those development packages on your Linux system to something newer or the latest.
    --
    digital man

    Synchronet "Real Fact" #93:
    Synchronet v3.17b was released on January 1 of 2019 (4 years after v3.16c). Norco, CA WX: 87.6øF, 43.0% humidity, 14 mph NNW wind, 0.00 inches rain/24hrs
    --- Synchronet 3.19a-Win32 NewsLink 1.113
    * Vertrauen - Riverside County, California - telnet://vert.synchro.net
    That is absolutely correct. I did not install SDL2 prior to attempting to compile SyncTerm. The following package installations were necessary:
    $ sudo yum install gcc
    $ sudo yum install patch
    $ sudo yum install ncurses-devel
    $ sudo yum install SDL2-devel
    Everything works now - thanks!
    --- Synchronet 3.19a-Win32 NewsLink 1.113
    * Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)