aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Problem with aMule daemon  (Read 3506 times)

danlau

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Problem with aMule daemon
« on: March 26, 2008, 07:23:49 AM »

platform information:
Red Hat Enterprise Linux AS release 4 (Nahant)
Kernel \r on an \m

compile wxWidgets 2.8.7 ok:
./configure --disable-gui --enable-unicode --without-subdirs --without-expat
make & make insall & ldconfig

compile aMule-2.1.3 ok:
./configure --disable-monolithic --with-toolkit=base --enable-amule-daemon --enable-amulecmd --enable-webserver  --enable-cas
make & make install

But when i run amuled, the error:
amuled: error while loading shared libraries: libwx_baseu_net-2.8.so.0: cannot open shared object file: No such file or directory
Logged

danlau

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 3
Re: Problem with aMule daemon
« Reply #1 on: March 26, 2008, 07:50:02 AM »

The problem is resolved:
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"/usr/local/lib"
I have thought that the enviroment variable has been set when I config wxWidgets by using ldconfig
Logged