Hello everybody,
I just subscribed to post this question, I am an average Linux user, so please bear with me. I am trying to install the Icarus Verilog RPM provided for Suse Linux at: ftp://ftp.icarus.com/pub/eda/verilog/v0.8/SuSE, however when I do:
rpm -Uvh --test verilog-0.8-0.x86_64.rpm
I keep getting the following error message:
error: Failed dependencies:
libhistory.so.4 is needed by verilog-0.8-0
libreadline.so.4 is needed by verilog-0.8-0I have compat-readline4-4.3-2 installed, it installs libhistory.so.4 and libreadline.so.4 (see below) in /lib64/. There are no such files in /lib/ though. I tried to make symlinks in /lib/ but it didn't work
ls -l /lib64/libhistory.so.4*
lrwxrwxrwx 1 root root 17 Apr 6 19:50 /lib64/libhistory.so.4 -> libhistory.so.4.3
-rwxr-xr-x 1 root root 34987 Oct 1 2004 /lib64/libhistory.so.4.3
ls -l /lib64/libreadline.so.4*
lrwxrwxrwx 1 root root 18 Apr 6 19:50 /lib64/libreadline.so.4 -> libreadline.so.4.3
-rwxr-xr-x 1 root root 268472 Oct 1 2004 /lib64/libreadline.so.4.3
I am using Suse Professional 9.2 (ftp install) with the following kernel:
2.6.8-24.10-default #1 Wed Dec 22 11:54:27 UTC 2004 x86_64 x86_64 x86_64 GNU/Linux
-- TIA for any help, Valentin
