Page 1 of 1

Image for Linux 4.0 upgrade

Posted: Sun May 19, 2024 5:39 pm
by sirdinaden
Hi. I'm using Ubuntu 22.04. I've downloaded the new update and having extracted it, The usual ./setup command fails, saying there's missing libraries!! I'm no expert but have checked out the list given and the only one missing appears to be libpng12-0:i386. This has been mentioned in other install failures. If I'm right ?? can someone direct me to a solution or perhaps I'm barking up the wrong tree altogether! Thanks.

Re: Image for Linux 4.0 upgrade

Posted: Sun May 19, 2024 7:17 pm
by TeraByte Support(PP)
The KB article hasn't been updated yet for V4, which no longer uses libpng12/libncursesw5. IFL V4 uses the libpng16 and libncursesw6 versions (names will vary depending on the distro).

Re: Image for Linux 4.0 upgrade

Posted: Sun May 19, 2024 7:34 pm
by sirdinaden
I emphasize, I'm no expert but it appears that libncursesw6 is installed but there's no sign of libpng16 !

Re: Image for Linux 4.0 upgrade

Posted: Sun May 19, 2024 8:35 pm
by TeraByte Support
the ./setup uses tbosdt which is where the dependencies are located. It says ncurses5w but that is now ncurses6w (32 bit version)

If you want to check it, ensure you have upx package installed and from the directory with tbosdt in it:

upx -d tbosdt
ldd tbosdt

Re: Image for Linux 4.0 upgrade

Posted: Mon May 20, 2024 8:46 am
by Brian K
Can you let us know when the KB article has been updated?

Re: Image for Linux 4.0 upgrade

Posted: Mon May 20, 2024 6:16 pm
by TeraByte Support(PP)
Brian K wrote: Mon May 20, 2024 8:46 am Can you let us know when the KB article has been updated?
Yes.

Re: Image for Linux 4.0 upgrade

Posted: Tue May 21, 2024 9:42 pm
by TeraByte Support(PP)
The KB article has been updated with the commands for the current versions of Ubuntu, Linux Mint, and Debian. The commands are likely the same for recent prior versions of those distros, but haven't been tested with them yet.

Re: Image for Linux 4.0 upgrade

Posted: Tue May 21, 2024 10:54 pm
by Brian K
Thank you. IFL v4 installed in Linux Mint 21.3.

Re: Image for Linux 4.0 upgrade

Posted: Wed May 22, 2024 8:07 am
by sirdinaden
Hi. Yes, now works for Ubuntu 22.04. Thanks.