aMule Forum

English => en_Linux => Topic started by: nattyboy on October 07, 2004, 05:25:05 PM

Title: compile ok but a little problem
Post by: nattyboy on October 07, 2004, 05:25:05 PM
Hi,

wxGTK, wxBase and aMule 2.0.0.rc6 compiles ok, no errors, but when i try to launch /usr/local/bin/amule, I've got this answer :

"/usr/local/bin/amule: error while loading shared libraries: libwx_gtk-2.4.so: cannot open shared object file: No such file or directory"

(all is compiled with "--prefix=/usr/local") and libwx_gtk-2.4.so link is present in /usr/local/lib

how i can tell it to amule ?

Thanks
Title: Re: compile ok but a little problem
Post by: deltaHF on October 07, 2004, 06:40:07 PM
ls -l /usr/bin/wx*
ls -l /usr/local/bin/wx*

ls -l /usr/lib/libwx*
ls -l /usr/local/lib/libwx*
Title: Re: compile ok but a little problem
Post by: thepolish on October 07, 2004, 06:52:30 PM
Hi

under root, add /usr/local/lib in /etc/ld.so.conf then run ldconfig

Thepolish
Title: Re: compile ok but a little problem
Post by: nattyboy on October 07, 2004, 07:38:55 PM
Thanks a lot thepolish

 and sorry if this question is already in FAQ