• Golded for Linux

    From Alan Ianson@1:153/757.3 to Victor Gonzalez on Sun Jun 27 12:36:44 2021
    Has anyone had any success getting golded to run on Linux?

    Sure, I have a recent golded that runs on linux. If you are having trouble running golded on linux I would try a fresh install.

    https://github.com/golded-plus/golded-plus

    --- BBBS/Li6 v4.10 Toy-5
    * Origin: The Rusty MailBox - Penticton, BC Canada (1:153/757.3)
  • From Victor Gonzalez@1:124/5016 to Fidonet.GOLDED on Sun Jun 27 13:48:52 2021
    Has anyone had any success getting golded to run on Linux?
    --- SBBSecho 3.14-Linux
    * Origin: End Of The Line BBS - endofthelinebbs.com (1:124/5016)
  • From andrew clarke@3:633/267 to Victor Gonzalez on Mon Jun 28 18:32:52 2021
    On 2021-06-27 13:48:52, Victor Gonzalez (1:124/5016) wrote to Fidonet.GOLDED:

    Has anyone had any success getting golded to run on Linux?

    Many GoldED users run the Linux version. It can also run under MacOS and FreeBSD.

    --- GoldED+/BSD 1.1.5-b20180707
    * Origin: Blizzard of Ozz, Melbourne, Victoria, Australia (3:633/267)
  • From Martin Foster@2:310/31.3 to Alan Ianson on Sat Jul 31 11:41:00 2021
    Hello Alan!

    *** Sunday 27.06.21 at 12:36, Alan Ianson wrote to Victor Gonzalez:

    Has anyone had any success getting golded to run on Linux?

    Sure, I have a recent golded that runs on linux. If you are having
    trouble running golded on linux I would try a fresh install.

    https://github.com/golded-plus/golded-plus

    I've downloaded the 64-Bit tarball from there and installed it but I can't get it to run on my new Manjaro system.

    First attempt, it complained about missing ncurses5 libs, so I installed ncurses5-compat-libs from the Manjaro AUR repo.

    Second attempt, it compalined about this:
    golded: /usr/lib/libncurses.so.5: version `NCURSES_5.0.19991023' not found (required by golded).

    What now?

    Regards,
    Martin

    --- OpenXP 5.0.50
    * Origin: Bitz-Box - Bradford - UK (2:310/31.3)
  • From Alan Ianson@1:153/757.3 to Martin Foster on Sat Jul 31 05:45:32 2021
    Hello Alan!

    Sure, I have a recent golded that runs on linux. If you are having
    trouble running golded on linux I would try a fresh install.
    https://github.com/golded-plus/golded-plus
    I've downloaded the 64-Bit tarball from there and installed it but I can't get it to run on my new Manjaro system.

    That can be a problem with pre-compiled programs on linux.

    First attempt, it complained about missing ncurses5 libs, so I installed ncurses5-compat-libs from the Manjaro AUR repo.
    Second attempt, it compalined about this:
    golded: /usr/lib/libncurses.so.5: version `NCURSES_5.0.19991023' not found (required by golded).

    You probably don't need the -compat ncurses. On Slackware I build with ncurses-6.2_20201219 and golded builds fine.

    What now?

    Did you grab fresh sources from github? If not grab them from the above URL and let us know if the problem persists.
    --- BBBS/Li6 v4.10 Toy-5
    * Origin: The Rusty MailBox - Penticton, BC Canada (1:153/757.3)
  • From Martin Foster@2:310/31.3 to Alan Ianson on Sat Jul 31 14:12:00 2021
    Hello Alan!

    *** Saturday 31.07.21 at 05:45, Alan Ianson wrote to Martin Foster:

    Sure, I have a recent golded that runs on linux. If you are having
    trouble running golded on linux I would try a fresh install.
    https://github.com/golded-plus/golded-plus
    I've downloaded the 64-Bit tarball from there and installed it but I can't
    get it to run on my new Manjaro system.

    That can be a problem with pre-compiled programs on linux.

    Yep, sure can.

    First attempt, it complained about missing ncurses5 libs, so I installed
    ncurses5-compat-libs from the Manjaro AUR repo.
    Second attempt, it compalined about this:
    golded: /usr/lib/libncurses.so.5: version `NCURSES_5.0.19991023' not found
    (required by golded).

    You probably don't need the -compat ncurses. On Slackware I build with ncurses-6.2_20201219 and golded builds fine.

    Yeah, that's correct .....
    ---------- 8< ----------
    [martin@sgc ~]$ ldd /usr/bin/gedlnx
    linux-vdso.so.1 (0x00007ffeb7bbc000)
    libncursesw.so.6 => /usr/lib/libncursesw.so.6 (0x00007fed69760000) <<=== libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007fed69548000)
    libm.so.6 => /usr/lib/libm.so.6 (0x00007fed69400000)
    libgcc_s.so.1 => /usr/lib/libgcc_s.so.1 (0x00007fed693e0000)
    libc.so.6 => /usr/lib/libc.so.6 (0x00007fed69210000) /lib64/ld-linux-x86-64.so.2 => /usr/lib64/ld-linux-x86-64.so.2 (0x00007fed699b8000)
    [martin@sgc ~]$
    ---------- 8< ----------

    What now?

    Did you grab fresh sources from github? If not grab them from the above URL and let us know if the problem persists.

    Yes, I grabbed the source and it compiled without errors and my shiny new copy of 'gedlnx' runs as sweet as a nut :))

    Thanks for your help.

    Regards,
    Martin

    --- OpenXP 5.0.50
    * Origin: Bitz-Box - Bradford - UK (2:310/31.3)
  • From Alan Ianson@1:153/757.3 to Martin Foster on Mon Aug 2 05:43:22 2021
    Yes, I grabbed the source and it compiled without errors and my shiny new copy of 'gedlnx' runs as sweet as a nut :))

    One thing I notice with my 64bit build that I don't think is a problem with a 32bit build is that subject lines that begin with "Re:" can sometimes but not always get a little messed up.

    --- BBBS/Li6 v4.10 Toy-5
    * Origin: The Rusty MailBox - Penticton, BC Canada (1:153/757.3)
  • From Richard Menedetter@2:310/31 to Victor Gonzalez on Tue Aug 3 16:07:52 2021
    Hi Victor!

    27 Jun 2021 13:48, from Victor Gonzalez -> Fidonet.GOLDED:

    Has anyone had any success getting golded to run on Linux?

    Yes, many.
    What is the issue?

    CU, Ricsi

    ... The light at the end of the tunnel may be a flamethrower.
    --- GoldED+/LNX
    * Origin: RAM = Rarely Adequate Memory (2:310/31)