Hi,
I have same problems compiling aMule 2.0.3. I've downloaded libgd and libpng tarballs , made ./configure and "make && make install". When I run
./configure --disable-monolithic --enable-amule-daemon --enable-amulecmd --enable-webserver --prefix=/tmp/amule.cvs >test.txt
I get:
...
checking for libpng-config... /usr/local/bin/libpng-config
checking for libpng version >= 1.2.0... yes (version 1.2.

checking gd.h usability... yes
checking gd.h presence... yes
checking for gd.h... yes
...
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.
....
Then I've added the --enable-cas option and now I get following messages:
....
checking for gdlib-config... /usr/local/bin/gdlib-config
checking for gdlib version >= 2.0.0... yes (version 2.0.33)
checking gd.h usability... yes
checking gd.h presence... yes
checking for gd.h... yes
checking for libpng-config... /usr/local/bin/libpng-config
checking for libpng version >= 1.2.0... yes (version 1.2.

checking for gd.h... (cached) yes
...
But the bars still don't work! What do I do wrong?
Thanks for help!
Kisja