Find the answer to your Linux question:
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 ...
  1. #1
    Just 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]#

  2. #2
    Linux Guru smolloy's Avatar
    Join Date
    Apr 2005
    Location
    CA, but from N.Ireland
    Posts
    2,413
    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

  3. #3
    Blackfooted Penguin daark.child's Avatar
    Join Date
    Apr 2006
    Location
    West Yorks
    Posts
    4,344
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...