• cygwin inetutils...

    From Shurato@618:300/50 to All on Monday, January 22, 2024 12:56:00
    Has anyone been able to install this? It's got what I think might be a passable telnet commandline client. I can't install it though, I get fatal errors when running make. It took long enough to get cygwin installed with
    gcc and make to get that far...

    make[3]: Entering directory '/inetutils-2.5/lib'
    make[4]: Entering directory '/inetutils-2.5/lib'
    make[5]: Entering directory '/inetutils-2.5/lib'
    make[5]: Nothing to be done for 'install-exec-am'.
    make[5]: Nothing to be done for 'install-data-am'.
    make[5]: Leaving directory '/inetutils-2.5/lib'
    make[4]: Leaving directory '/inetutils-2.5/lib'
    make[3]: Leaving directory '/inetutils-2.5/lib'
    make[2]: Leaving directory '/inetutils-2.5/lib'
    Making install in libinetutils
    make[2]: Entering directory '/inetutils-2.5/libinetutils'
    CC tftpsubs.o
    tftpsubs.c:68:10: fatal error: arpa/tftp.h: No such file or directory
    68 | #include <arpa/tftp.h>
    | ^~~~~~~~~~~~~
    compilation terminated.
    make[2]: *** [Makefile:2014: tftpsubs.o] Error 1
    make[2]: Leaving directory '/inetutils-2.5/libinetutils'
    make[1]: *** [Makefile:2024: install-recursive] Error 1
    make[1]: Leaving directory '/inetutils-2.5'
    make: *** [Makefile:2328: install] Error 2

    Don't know what to do with that...

    ---
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp)
    (ports 22, 23, 110, 21, 119) (ssh: login bbs password shsbbs)


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (618:300/50)
  • From Sean Dennis@618:618/1 to Shurato on Monday, January 22, 2024 21:26:00
    tftpsubs.c:68:10: fatal error: arpa/tftp.h: No such file or directory
    68 | #include <arpa/tftp.h>

    Don't know what to do with that...

    Looks like you're missing a library somewhere.

    -- Sean

    --- ProBoard v2.17 [Reg]
    * Origin: Outpost BBS * Johnson City, TN (618:618/1)
  • From Shurato@618:300/50 to Sean Dennis on Tuesday, January 23, 2024 12:12:00
    tftpsubs.c:68:10: fatal error: arpa/tftp.h: No such file or directory
    68 | #include <arpa/tftp.h>

    Don't know what to do with that...

    Looks like you're missing a library somewhere.

    I'm using the source provided. Has anyone successfully compiled inetutils?

    ---
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp)
    (ports 22, 23, 110, 21, 119) (ssh: login bbs password shsbbs)


    *** THE READER V4.50 [freeware]
    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (618:300/50)
  • From Digimaus@618:618/1 to Shurato on Thursday, January 25, 2024 17:46:04
    Shurato wrote to Sean Dennis <=-

    I'm using the source provided. Has anyone successfully compiled inetutils?

    Just because you have the source doesn't mean you have all the dependencies installed.

    I was able to install inetutils-tools and inetutils-telnet without any
    issues on my Devuan Linux laptop.

    -- Sean
    --- MultiMail/Linux v0.52
    * Origin: Outpost BBS * Johnson City, TN (618:618/1)
  • From Shurato@618:300/50 to Digimaus on Friday, January 26, 2024 12:47:00
    * In a message originally to Shurato, Digimaus said:

    Shurato wrote to Sean Dennis <=-

    I'm using the source provided. Has anyone successfully compiled inetutils?

    Just because you have the source doesn't mean you have all the
    dependencies installed.

    I was able to install inetutils-tools and inetutils-telnet without any issues on my Devuan Linux laptop.

    Ok, thanks! I didn't see any listed dependencies and only tried to install
    it in cygwin under Windows 10 64 Bit Pro.

    ---
    Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp)
    (ports 22, 23, 110, 21, 119) (ssh: login bbs password shsbbs)


    ---
    * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (618:300/50)
  • From Sean Dennis@618:618/1 to Shurato on Friday, January 26, 2024 15:33:10
    Ok, thanks! I didn't see any listed dependencies and only tried to install it in cygwin under Windows 10 64 Bit Pro.

    I have never tried to use cygwin before but I have been told it can be difficult to work with at times. Good luck with it.

    -- Sean


    --- ProBoard v2.17 [Reg]
    * Origin: Outpost BBS * Johnson City, TN (618:618/1)
  • From Jas Hud@618:250/1 to Sean Dennis on Friday, January 26, 2024 16:57:01
    To: Sean Dennis
    Re: Re: cygwin inetutils...
    By: Sean Dennis to Shurato on Fri Jan 26 2024 03:33 pm

    From Newsgroup: micronet.comp

    Ok, thanks! I didn't see any listed dependencies and only tried to install it in cygwin under Windows 10 64 Bit Pro.

    I have never tried to use cygwin before but I have been told it can be difficult to work with at times. Good luck with it.


    it's not really difficult but it's like a big hack.
    i'd rather crack open a linux vm.
    if he tried to install it on cygwin under windows that's probably the problem right there. I havent used it in a few years but it's just good for the basics last time i saw it.
    --- Synchronet 3.19b-Win32 NewsLink 1.113
    * bbses.info - http://bbses.info - telnet://bbses.info
    * Origin: capitolcityonline.net * Telnet/SSH:2022/HTTP (618:250/1)
  • From Kurt Weiske@618:300/16 to Sean Dennis on Sunday, January 28, 2024 10:14:00
    Sean Dennis wrote to Shurato <=-

    I have never tried to use cygwin before but I have been told it can be difficult to work with at times. Good luck with it.

    I support a production environment in AWS, mostly running python
    scripts on NGINX. Our dev folks use a mixture of Ubuntu boxes running
    in a local test environment on VMWare in the office.

    We used to use cygwin as a local environment, but I started moving
    people to WSL, and I think everyone's using WSL now - except for the
    one guy running the Slack to IRC gateway who still uses cygwin.



    ... Cascades
    --- MultiMail/Win v0.52
    * Origin: realitycheckBBS.org -- information is power. (618:300/16)
  • From August Abolins@618:400/23.10 to Kurt Weiske on Sunday, January 28, 2024 17:25:00
    Hello Kurt!

    ** On Sunday 28.01.24 - 10:14, Kurt Weiske wrote to Sean Dennis:

    We used to use cygwin as a local environment, but I
    started moving people to WSL, and I think everyone's
    using WSL now - except for the one guy running the Slack
    to IRC gateway who still uses cygwin.

    WSL sounds like an interesting thing. Reminds me of the
    versatility of Win/OS2.

    --
    ../|ug

    --- OpenXP 5.0.58
    * Origin: (618:400/23.10)
  • From Digimaus@618:618/1 to Kurt Weiske on Sunday, January 28, 2024 20:17:24
    Kurt Weiske wrote to Sean Dennis <=-

    one guy running the Slack to IRC gateway who still uses cygwin.

    Isn't Slack based on IRC? I know Twitch.tv's chat is IRC-based
    (evidently you can telnet to it but I've not tried).

    I'm trying out MCEdit for my editor in Multimail and it seems to work
    nicely so far.

    -- Sean

    ... I hit my CTRL key but I'm STILL not in control.
    --- MultiMail/Linux v0.52
    * Origin: Outpost BBS * Johnson City, TN (618:618/1)
  • From T.J. Mcmillen@618:500/24 to Kurt Weiske on Tuesday, January 30, 2024 16:35:54
    turns out that Windows 2000 ran OS/2 console apps just fine!

    That stopped with XP. :(

    That's crazy to know.

    --- Renegade vY2Ka2
    * Origin: Joey, do you like movies about gladiators? (618:500/24)
  • From Jas Hud@618:250/1 to all on Tuesday, January 30, 2024 17:12:21
    Re: Re: cygwin inetutils...
    By: MRO to Kurt Weiske on Mon Jan 29 2024 01:27 pm


    I'm a QEDIT fan. I found a copy of TSE, the Semware Editor, for Win32. It's the nicest Windows console editor I've found.



    yedit (edit.com clone) and kinestics editor aka kit are good

    http://www.malsmith.net/edit/

    kit editor's website is gone but i asked the author to put it up
    on his current site
    https://i.imgur.com/mgydGiI.png

    i'll be making a mirror once i find the official archive.


    the kit editor made this site for me when i asked about his files. https://files.pismo.net/kit/

    mac windows linux flavors

    --- Synchronet 3.19b-Win32 NewsLink 1.113
    * bbses.info - http://bbses.info - telnet://bbses.info
    * Origin: capitolcityonline.net * Telnet/SSH:2022/HTTP (618:250/1)