aMule Forum
English => en_Linux => Topic started by: jake341 on January 31, 2006, 12:54:05 AM
-
hi
i installed 2.1.10 a couple of days ago, including the start scripts as per the wiki (http://www.amule.org/wiki/index.php/AMuleWeb).
this started fine when i did it, but now when i try "start amule" i get the following error, however if i start it from the command line $ amuled & then it starts fine.
Starting amule: /usr/local/bin/amuled: error while loading shared libraries: libwx_base_net-2.6.so.0: cannot open shared object file: No such file or directory
i have checked my library links and they seem to be valid.
lrwxrwxrwx 1 root root 27 Jan 27 21:51 /usr/local/lib/libwx_base_net-2.6.so.0 -> libwx_base_net-2.6.so.0.2.0
-rwxr-xr-x 1 root root 213173 Jan 27 21:51 /usr/local/lib/libwx_base_net-2.6.so.0.2.0
i also had a similar problem with my last version of amule (which i never fixed)
-
ok pretty easy to fix tho
add
/usr/local/lib
to
/etc/ld.so.conf
and run
/sbin/ldconfig
after taht amule(d) should start just fine
-
thanks - that works a treat