Hi.
I'm trying to make amule work on debian stable, using just a textual client. I can compile it, giving birth to this configuration:
answer@42:~/aMule-2.0.3$ ./configure --enable-amule-daemon --enable-amulecmd --enable-amulecmdgui --disable-webserver --disable-webservergui
...
Configure script has finished system check.
Configured aMule 2.0.3 for 'i686-pc-linux'.
aMule enabled options:
**** aMule Core ****
Prefix where aMule should be installed? /usr/local
Should aMule be compiled with i18n support? yes
Should aMule be compiled in debug mode? yes
Should aMule be compiled with profiling? no
Should aMule be compiled with optimizations? no
Should aMule be compiled with taskbar icon support? yes
Should aMule be compiled with old GTK taskbar icon? yes
Should aMule be compiled with UTF-8 taskbar icon support? no
Should aMule be linked against patched gsocket? yes
Should aMule monolithic application be built? yes
Should aMule daemon version be built? no
Should aMule remote gui be built? (EXPERIMENTAL) no
Crypto++ library/headers style? embedded
**** aMule TextClient ****
Should aMule Command Line Client be built? yes
Should aMule GUI Client be built? yes
**** aMule WebServer ****
Should aMule WebServer be built? no
Should aMule WebServer GUI be built? no
**** aMule ED2K Links Handler ****
Should aMule ED2K Links Handler be built? yes
**** aMuleLinkCreator ****
Should aMuleLinkCreator GUI version (alc) be built? no
Should aMuleLinkCreator for console (alcc) be built? no
**** aMule Statistics ****
Should C aMule Statistics (CAS) be built? no
Should aMule GUI Statistics (wxCas) be built? no
**** General Libraries and Tools ****
Should ccache support be enabled? no
Libraries aMule will use to build:
wxWidgets 2.4.2
GTK 1.2.10
crypto++ embedded
zlib 1.2.2
NOTICE: You need wxWidgets 2.5 or later to compile:
amuled
WARNING! gd-lib >= 2.0.0, or a functional gd.h (from gd-devel) not found.
amuleweb will be compiled but file download progress bar images will NOT be generated.
See the above error on gd check for solutions.
answer@42:~/aMule-2.0.3$
Ok. Compilation, no problem. Now? How can I use amulecmd? And what aboud amulecmdDLG?
Thanks!!