Results 1 to 3 of 3
Trying to install a DC P2P Client. I pasted the error I'm getting. If anyone can please help me out there I would greatly appreciate it.
[root@localhost sonicimpulse]# rpm -i ...
- 01-02-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 3
RPM install error
Trying to install a DC P2P Client. I pasted the error I'm getting. If anyone can please help me out there I would greatly appreciate it.
[root@localhost sonicimpulse]# rpm -i v.rpm
error: Failed dependencies:
dclib >= 0.3.7 is needed by valknut-0.3.7.hn-3.i386
libcrypto.so.4 is needed by valknut-0.3.7.hn-3.i386
libdc.so.0 is needed by valknut-0.3.7.hn-3.i386
libssl.so.4 is needed by valknut-0.3.7.hn-3.i386
[root@localhost sonicimpulse]#
- 01-02-2007 #2
The program you're trying to install relies on several other programs existing on your machine -- dclib, libcrypto, etc. -- and apparently they don't exist. There are different ways to install programs that get around the dependency issue.
What distro are you using?Registered Linux user #388328 || Registered LFS user #15880
AMD 64 X2 4600+ :: 2X1GB DDR2 800 :: GeForce 9400 GT 512MB :: ASUS M2N32 Deluxe :: 4X250GB SATAII
Need instant help? Try us on IRC -- #linuxforums on freenode
- 01-02-2007 #3
For the libcrypto and ssl stuff, you need to install the openssl package for your distro. I am not sure which packages provide dclib and libdc.


Reply With Quote