Hi!
I use amule SVN versions. Currently using SVN from May 15th. I compile all the tools amule[|d|web|gui|cmd] and such. However, since a long time (more than a month) I cannot get amuleweb working. Everything compiles fine, and installs fine. I do have gd and png libraries and devel files installed. When I start amuleweb:
amuleweb --amule-config-file=/home/gpulido/.aMule/amule.conf
it will happily start, all it says in the console is:
Template not found, reverting to default
Using localeDir = '/usr/local/share/locale'.
and it will stay there. Amule logs the successful connection of amuleweb. But if I try to connect to it, it will simply throw a web page with this:
<html><title> Error - requested page not found </title></html>
same thing for firefox, mozilla and lynx. The console where I launched amuleweb reports nothing more than the initial mesages. Amuleweb will not crash, nor do anything strange, simply it does not work, and I'm pretty confused, i have no idea how to debug this. No matther which file I request, the error keeps the same. If it helps, this is the configure line I used (maybe I did something wrong):
./configure --enable-webserver --enable-amule-daemon --enable-amulecmd --enable-amule-gui --enable-cas --enable-wxcas --enable-alc --enable-alcc --disable-embedded-crypto --with-crypto-prefix=/temp/cryptopp54/ --with-libiconv-prefix=/opt/csw/ --with-gdlib-prefix=/opt/csw/ --with-libpng-prefix=/opt/csw/ --enable-geoip --with-geoip-static --with-geoip-headers=/usr/local/include/ --enable-optimize --disable-debug
This is a solaris 10 PC, using gcc 3.4.5.
Thanks for any help.