Hi!!
I'm trying to compile and install amule 2.0.3 in a *very* custom way... what I want to do is this:
- install amule in my home directory
- use command line only (as I understand, there's a sort of curses GUI, is it true?)
- do not use amuled
I tried to do this:
./configure --prefix=$HOME --enable-amulecmdgui
It compiles, it installs and I find in my home directory: /bin, /lib, /man and /share. In bin I find a nice amulecmdDLG, but executing it does NOTHING!

user:~/bin$ ls
amule* amulecmdDLG* ed2k*
user:~/bin$ ./amulecmdDLG
user:~/bin$
Anyone there using a command line only amule?!?