aMule Forum
English => aMule Help => Topic started by: CyberTop on May 17, 2006, 10:25:43 AM
-
I have the problem with amule 2.1.1 on fedora core 5,
the error is:
amule: error while loading shared libraries: libwx_gtk2_adv-2.6.so.0: cannot open shared object file: No such file or directory
how can i resolve it?
-
can you check if the file is present in
/usr/local/lib/ ?
if yes add
/usr/local/lib
to
/etc/ld.so.conf and run /sbin/ldconfig
restart amule(d) afterwards...
-
please
the file there is
next i don't understood
Can you better explain to me?
Thanks
-
CyberTop,
Post here the result of:
$ ls -l /usr/local/lib
Make sure you have wxWidgets installed on your system.
-
This is the result of this comand
ls -l /usr/local/lib
totale 7100
drwxr-xr-x 2 root root 4096 10 mag 23:53 codecs
lrwxrwxrwx 1 root root 19 8 mag 14:07 libwx_base-2.6.so -> libwx_base-2.6. so.0
lrwxrwxrwx 1 root root 23 8 mag 14:07 libwx_base-2.6.so.0 -> libwx_base-2. 6.so.0.3.1
-rwxr-xr-x 1 root root 1186034 8 mag 14:07 libwx_base-2.6.so.0.3.1
lrwxrwxrwx 1 root root 23 8 mag 14:07 libwx_base_net-2.6.so -> libwx_base_ net-2.6.so.0
lrwxrwxrwx 1 root root 27 8 mag 14:07 libwx_base_net-2.6.so.0 -> libwx_bas e_net-2.6.so.0.3.1
-rwxr-xr-x 1 root root 217753 8 mag 14:07 libwx_base_net-2.6.so.0.3.1
lrwxrwxrwx 1 root root 23 8 mag 14:07 libwx_base_xml-2.6.so -> libwx_base_ xml-2.6.so.0
lrwxrwxrwx 1 root root 27 8 mag 14:07 libwx_base_xml-2.6.so.0 -> libwx_bas e_xml-2.6.so.0.3.1
-rwxr-xr-x 1 root root 42820 8 mag 14:07 libwx_base_xml-2.6.so.0.3.1
lrwxrwxrwx 1 root root 23 8 mag 14:07 libwx_gtk2_adv-2.6.so -> libwx_gtk2_ adv-2.6.so.0
lrwxrwxrwx 1 root root 27 8 mag 14:07 libwx_gtk2_adv-2.6.so.0 -> libwx_gtk 2_adv-2.6.so.0.3.1
-rwxr-xr-x 1 root root 771097 8 mag 14:07 libwx_gtk2_adv-2.6.so.0.3.1
lrwxrwxrwx 1 root root 24 8 mag 14:07 libwx_gtk2_core-2.6.so -> libwx_gtk2 _core-2.6.so.0
lrwxrwxrwx 1 root root 28 8 mag 14:07 libwx_gtk2_core-2.6.so.0 -> libwx_gt k2_core-2.6.so.0.3.1
-rwxr-xr-x 1 root root 3429915 8 mag 14:07 libwx_gtk2_core-2.6.so.0.3.1
lrwxrwxrwx 1 root root 24 8 mag 14:07 libwx_gtk2_html-2.6.so -> libwx_gtk2 _html-2.6.so.0
lrwxrwxrwx 1 root root 28 8 mag 14:07 libwx_gtk2_html-2.6.so.0 -> libwx_gt k2_html-2.6.so.0.3.1
-rwxr-xr-x 1 root root 678499 8 mag 14:07 libwx_gtk2_html-2.6.so.0.3.1
lrwxrwxrwx 1 root root 25 8 mag 14:07 libwx_gtk2_media-2.6.so -> libwx_gtk 2_media-2.6.so.0
lrwxrwxrwx 1 root root 29 8 mag 14:07 libwx_gtk2_media-2.6.so.0 -> libwx_g tk2_media-2.6.so.0.3.1
-rwxr-xr-x 1 root root 8794 8 mag 14:07 libwx_gtk2_media-2.6.so.0.3.1
lrwxrwxrwx 1 root root 22 8 mag 14:07 libwx_gtk2_qa-2.6.so -> libwx_gtk2_q a-2.6.so.0
lrwxrwxrwx 1 root root 26 8 mag 14:07 libwx_gtk2_qa-2.6.so.0 -> libwx_gtk2 _qa-2.6.so.0.3.1
-rwxr-xr-x 1 root root 155632 8 mag 14:07 libwx_gtk2_qa-2.6.so.0.3.1
lrwxrwxrwx 1 root root 23 8 mag 14:07 libwx_gtk2_xrc-2.6.so -> libwx_gtk2_ xrc-2.6.so.0
lrwxrwxrwx 1 root root 27 8 mag 14:07 libwx_gtk2_xrc-2.6.so.0 -> libwx_gtk 2_xrc-2.6.so.0.3.1
-rwxr-xr-x 1 root root 594809 8 mag 14:07 libwx_gtk2_xrc-2.6.so.0.3.1
drwxr-xr-x 4 root root 4096 4 mag 12:02 wx
drwxr-xr-x 3 root root 4096 4 mag 12:19 xchat
NOW What do i must do???
HELP ME.....pleace
-
Now do exactly as stefanero told you:
1) edit the file /etc/ld.so.conf and add a line with /usr/local/lib. You have to be root to do that.
2) run /sbin/ldconfig. You also need to be root to run it properly.
Cheers!