aMule Forum
English => Compilation problems => Topic started by: yozhhh on January 11, 2006, 11:40:40 PM
-
Is it possible? I have a small slackware-based-router without X and X-realated-libraries. I need only an amule-daemon, a terminal-like access and a web-interface to amule engine. I'm using currently mldonkey and would like to try amule too.
Problem description: i have compiled amule on other slackware10.2-machine because the router does not have gcc installed. I tried to build amule without X:
./configure --enable-amule-daemon --enable-amulecmd --enable-webserver --enable-
alcc --disable-wxcas --without-x --disable-monolithic
However, i cannot even start amuleweb on my router:
~$ amuleweb -w
amuleweb: error while loading shared libraries: libwx_base_net-2.6.so.0: cannot open shared object file: No such file or directory
How to compile amule without wx?
-
did you install/compile wxBase on your system? did you ran ldconfig (/sbin/ldconfig) after compiling it?
-
maybe you did not specify
--prefix=/usr/
add
/usr/local/lib/
to
/etc/ld.so.conf
and run
/sbin/ldconfig
-
You can't compile aMule without wx. However, wxBase, which is the lib it's asking you to have, has no need for X. Meaning is a completely console lib. Just copy it to your router.
-
OK, thanks. I believed, wx is a graphic toolkit only :)