aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Wx libruary search path bug.  (Read 2353 times)

thorned

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Wx libruary search path bug.
« on: November 30, 2007, 06:13:07 AM »

I don`t know if it is a problem at all, but want to help.. if it is userfull.
Also dont know if it is already fixed in CVS.

I have downloaded and installed wxGTK2.6.4  compiled it with --disable-gui and other keys not releted to path and prefix.. and so libs ware installed in /usr/local/lib by default.
then configured amule with all the keys to gun it as daemon.. --disable-monolithic --enable...cmd.. --enable-daemon.. dont remember exact keys.. writing this post from work, but there was no key releted to install path or prefix.
after make install. the script taken from www.amule.org/wiki/index.php/FAQ_amuled ( it will be also helpfull to see this script complete not in chunks ) said something like.. libwx_base...so is missing...

I copied all libwx* from /usr/local/lib  to  /usr/lib
and all worked well after some changes in amule.conf.

Don`t know if it is a bug of configure or linker but it is a bug IMO.
Logged

wuischke

  • Developer
  • Hero Member
  • *****
  • Karma: 183
  • Offline Offline
  • Posts: 4292
Re: Wx libruary search path bug.
« Reply #1 on: November 30, 2007, 08:42:12 AM »

Hi,

this has nothing to do with aMule, but with your operating system.
On Linux, check the file /etc/ld.so.conf, add all your library paths and run ldconfig as root. You can start aMule with the following command as well: LD_LIBRARY_PATH=/usr/local/lib amuled
Logged