LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Fedora (https://www.linuxquestions.org/questions/fedora-35/)
-   -   edonkey install. (https://www.linuxquestions.org/questions/fedora-35/edonkey-install-232453/)

eye 09-19-2004 07:58 AM

edonkey install.
 
using the fedora core1
to install the edonkey core controller
[nature@localhost nature]$ rpm -ivh ed2k-gtk-gui-0.6.3-2.i386.rpm
error: Failed dependencies:
libexpat.so.1 is needed by ed2k-gtk-gui-0.6.3-2

libexpat.so.1 do not find in rpmfind.net


how to do?

XavierP 09-19-2004 10:22 AM

You should be root when you install - use su to become root and then try again.

eye 09-19-2004 11:12 AM

........
 
root account is the same .
[root@localhost root]# rpm -ivh ed2k-gtk-gui-0.6.3-2.i386.rpm
error: Failed dependencies:
libexpat.so.1 is needed by ed2k-gtk-gui-0.6.3-2

XavierP 09-19-2004 11:20 AM

Then you need to head off to freshroms.net to get the dependency. Install it and then install eDonkey

mindspin 09-20-2004 09:29 AM

freshrpms.net ;)

but i found the rpm here: http://rpm.pbone.net/index.php3/stat....i586.rpm.html

Google still ownz it all!

Good luck with it

leonya 02-25-2005 09:09 AM

Finally found the solution!
Download the rpm from the following page. This will install libexpat.so.1 on your system and that makes apt-get happy.
http://rpmfind.net/linux/rpm2html/se...=libexpat.so.1

reddazz 02-25-2005 11:23 AM

You should also try mldonkey, it works really well on Linux.

binda 03-10-2005 08:44 AM

I have had a same problem and I found very simple solution.
I had made a symlink to libexpat.so.0.5.0 (or to 0.4.0 is also possible)

#ln -s libexpat.so.0.5.0 libexpat.so.1

and then I installed rpm without checking the depencies

#rpm -i --nodeps ed2k-gtk-gui-0.6.3-2.i386.rpm

and your eDonkey was installed!


All times are GMT -5. The time now is 10:37 AM.