Page 1 of 1

Problem installing IFL V3.05 cui x64 on Fedora 25

Posted: Thu Feb 23, 2017 1:34 am
by DrumSolo
I was following the instructions on this page...
http://www.terabyteunlimited.com/kb/article.php?id=566
and I encountered a problem with the "ncurses" library.

I used the following command to install the library...
#
# dnf install ncurses-libs.i686

(...this is a copy/paste from the terminal window...)
================================================================================
Package Arch Version Repository Size
================================================================================
Installing:
ncurses-libs i686 6.0-6.20160709.fc25 fedora 306 k

Transaction Summary
================================================================================
Install 1 Package

Total download size: 306 k
Installed size: 826 k
Is this ok [y/N]: y
Downloading Packages:
ncurses-libs-6.0-6.20160709.fc25.i686.rpm 553 kB/s | 306 kB 00:00
--------------------------------------------------------------------------------
Total 358 kB/s | 306 kB 00:00
Running transaction check
Transaction check succeeded.
Running transaction test
Transaction test succeeded.
Running transaction
Installing : ncurses-libs-6.0-6.20160709.fc25.i686 1/1
Verifying : ncurses-libs-6.0-6.20160709.fc25.i686 1/1

Installed:
ncurses-libs.i686 6.0-6.20160709.fc25
Complete!

Unfortunately, when I ran "imagel" below, I got an error message that looks like a problem with the library version:

#
# ./imagel
./imagel: error while loading shared libraries: libncursesw.so.5: cannot open shared object file: No such file or directory
#

Can I do something differently to avoid this problem?

--Tom

Re: Problem installing IFL V3.05 cui x64 on Fedora 25

Posted: Thu Feb 23, 2017 7:01 am
by TeraByte Support(PP)
You need to install ncurses-compat-libs.i686.

dnf install ncurses-compat-libs.i686

Re: Problem installing IFL V3.05 cui x64 on Fedora 25

Posted: Thu Feb 23, 2017 11:09 am
by DrumSolo
Terrific! Thank you Paul.