Hello,
ok, it's my first time writing in a forum and english is not my native language, so be patience with me.
I was working with aMule 2.0.0 and works well in a standart RH9.
- amule-2.0.0-1.0.rh9.rf.i386.rpm (
http://dag.wieers.com/packages/amule/)
- wxBase-2.4.2-1.i386.rpm (
http://biolpc22.york.ac.uk/pub/2.4.2/)
- wxGTK-2.4.2-1.i386.rpm (
http://biolpc22.york.ac.uk/pub/2.4.2/)
But since one month I can't do any search and I need to use emule in windows to do the search and get link in amule.... This is not a big problem to me, but when I saw this thread I wanted to try if the problem is a version problem or what....
So, here begins the ride, I install the wx packages with no problem, and finally I install amule and have this error message:
error: Failed dependencies:
libbfd-2.15.so is needed by aMule-2.1.3-1_RH9
This library is in binutils package but a standart RH9 box comes with binutils-2.13.90.0.18-9.i386.rpm, so I thought "maybe I need upgrade this RPM to the 2.15 version".... ok I looked for it in
http://fr2.rpmfind.net/linux/rpm2html/search.php?query=binutils&submit=Search+... and I installed binutils-2.15.90.0.3-5.i386.rpm. (In the web page says this RPM is for fedora core 2 but it installs fine).
Ok, now I have a library with correct version but the same problem continues, so I thought "maybe the problem is the name of the library because amule is looking for libbfd-2.15 and I have libbfd-2.15.90.0.3.so".
I do a soft link (ln -s) of libbfd-2.15.90.0.3.so to libbfd-2.15.so in /usr/lib directory, but doesn't work..... so my question is:
Where is amule looking for libbfd-2.15.so?
Maybe is in other directory than /usr/lib?
Thanks in advance