aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: compile ok but a little problem  (Read 2753 times)

nattyboy

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
compile ok but a little problem
« 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
Logged

deltaHF

  • Evil Admin
  • Former Developer
  • Hero Member
  • *****
  • Karma: 6
  • Offline Offline
  • Posts: 3920
  • .. Legends may sleep, but they never die ..
    • http://www.amule.org
Re: compile ok but a little problem
« Reply #1 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*

thepolish

  • Hero Member
  • *****
  • Karma: 2
  • Offline Offline
  • Posts: 896
Re: compile ok but a little problem
« Reply #2 on: October 07, 2004, 06:52:30 PM »

Hi

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

Thepolish
Logged
Only after the last tree has been cut down
Only after the last river has been poisoned
Only after the last fish has been caught
Only then you will find out that money cannot be eaten
(Cree Prophecy)

nattyboy

  • Approved Newbie
  • *
  • Karma: 0
  • Offline Offline
  • Posts: 6
Re: compile ok but a little problem
« Reply #3 on: October 07, 2004, 07:38:55 PM »

Thanks a lot thepolish

 and sorry if this question is already in FAQ
Logged