aMule Forum
English => Compilation problems => Topic started by: reggler on June 18, 2006, 07:17:51 AM
-
Hey, I successfully compiled and installed amule but when i wanna launch it I get following:
reg@linux-ron:~/Desktop/wxWidgets-2.6.3> amule
amule: error while loading shared libraries: libwx_gtk2_adv-2.6.so.0: cannot open shared object file: No such file or directory
I already reinstalled wxWidgets cause I thought could be an issue with it but I still keep getting that error. What's that, can anybody help me? I'd appreciate!
Thanks!
-
Make sure libs are in dirs amule looks in. Link them manualy or add path to /etc/ld.so.conf. Libs themselves can be located (if they present ofc.) by #locate libwx_gtk2_adv-2.6.so
-
probably add
/usr/local/lib
to
/etc/ld.so.conf
and run
/sbin/ldconfig
after that restart aMule