[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA: Icarus Verilog 0.8 on Suse 9.2 64 bit installation troubles
- To: geda-dev@xxxxxxxx
- Subject: gEDA: Icarus Verilog 0.8 on Suse 9.2 64 bit installation troubles
- From: Valentin Serb <vserb@xxxxxxxxx>
- Date: Thu, 07 Apr 2005 08:41:37 -0400
- Delivered-to: archiver@seul.org
- Delivered-to: geda-dev-outgoing@seul.org
- Delivered-to: geda-dev@seul.org
- Delivery-date: Thu, 07 Apr 2005 08:42:16 -0400
- Reply-to: geda-dev@xxxxxxxx
- Sender: owner-geda-dev@xxxxxxxx
- User-agent: Mozilla Thunderbird 0.8 (X11/20040913)
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-0
I 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