aMule Forum

English => en_Bugs => Topic started by: Ezeltje on September 29, 2004, 04:43:29 PM

Title: Under Fedora Core 3 test 2: now can't find libcurl.so.2:
Post by: Ezeltje on September 29, 2004, 04:43:29 PM
Yesterday I upgraded from Fedora Core 2 to Fedora Core 3 test 3 and it broke aMule. When I try to launch it, it now generates the following error message:

amule: error while loading shared libraries: libcurl.so.2: cannot open shared object file: No such file or directory

Fedora Core 3 now uses libcurl.so.3.

It would be a trivial fix to modify the pointer to this library.

TIA
Title: Re: Under Fedora Core 3 test 2: now can't find libcurl.so.2:
Post by: GonoszTopi on September 29, 2004, 05:00:05 PM
Which version do you use? Are you using a precompiled binary package?

Try compiling from source, it should fix the problem.
Title: Re: Under Fedora Core 3 test 2: now can't find libcurl.so.2:
Post by: Ezeltje on September 29, 2004, 06:49:26 PM
Sorry for not making this explicit: I am using aMule-1.2.8

I recomplied the sources but the problem remains. ?(
Title: Re: Under Fedora Core 3 test 2: now can't find libcurl.so.2:
Post by: Seagull on September 29, 2004, 09:34:15 PM
Uninstall the current curl-devel and install the new one.

Probably amule when searching for the headers for libcurl in configure, finds a older version (pointing to libcurl.so.2).
Title: Re: Under Fedora Core 3 test 2: now can't find libcurl.so.2:
Post by: stefanero on September 29, 2004, 09:43:13 PM
also really best thing to do is to install at least rc5....
it much faster much better much more advanved...its just testing on MacOS really stable on linux...

btw what gcc does FC3-test2 use? 3.4.2???

stefanero
Title: Re: Under Fedora Core 3 test 2: now can't find libcurl.so.2:
Post by: Ezeltje on September 30, 2004, 12:57:40 AM
Quote
Originally posted by stefanero

btw what gcc does FC3-test2 use? 3.4.2???

yep, 3.4.2.
Title: link error with rc5
Post by: Ezeltje on September 30, 2004, 01:17:26 AM
Quote
Originally posted by stefanero

really best thing to do is to install at least rc5....

stefanero

Ok, I have downloaded the rc5 tar/zip package. Alas, when I run make, I get an error from the linker:

  /usr/bin/ld: cannot find -lidn

Suggestions anyone? ;(
Title: Re: Under Fedora Core 3 test 2: now can't find libcurl.so.2:
Post by: stefanero on September 30, 2004, 07:42:17 AM
search your packages from fedora and try to find the one which gives you idn...I dont have a clue which one taht could be but maybe someone else...
if you are unsure where to get it from come to irc on freenet #amule

but dont come there at night(CET time)...since not a lot of people will respond because they are sleeping aswell ;)

stefanero
Title: Re: Under Fedora Core 3 test 2: now can't find libcurl.so.2:
Post by: GonoszTopi on September 30, 2004, 04:33:59 PM
You can download libidn from http://www.gnu.org/software/libidn/.