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?