aMule Forum
English => Compilation problems => Topic started by: danlau 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
-
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