aMule Forum
English => en_Linux => Topic started 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
-
ls -l /usr/bin/wx*
ls -l /usr/local/bin/wx*
ls -l /usr/lib/libwx*
ls -l /usr/local/lib/libwx*
-
Hi
under root, add /usr/local/lib in /etc/ld.so.conf then run ldconfig
Thepolish
-
Thanks a lot thepolish
and sorry if this question is already in FAQ