aMule Forum
English => en_Bugs => Topic started by: pfrancav on February 20, 2007, 06:33:16 PM
-
Hi, I've aMule 2.1.3 installed from Synaptic Manager in Ubuntu 6 Dapper.
When I do a search through the aMuleWeb, nothing happens, I mean, it' s like a lack of refresh
I try clicking the "refresh results" link, but nothing happens. Obviously when I search through the standard aMule GUI work fine.
Any Idea ?
Really thanks
-
pfrancav,
It works fine for me here. I do a search in the web interface by clicking the search button and then click at "Click here to reload search results" some time later and the search results are there.
I suggest you try with a recent cvs version.
Cheers!
-
phoenix, thanks for the answer, it doesn't work for me. Do I need to uninstall my actual version of amule to install a cvs version ?
Thanks
-
pfrancav,
No, it is not necessary to uninstall your current version. You don't have to formally install the CVS version, as long as you call the executables with the correct paths.
For example, this one way to compile aMule and run aMule and amuleweb:
$ cd Directory_Where_You_Untarred_aMule_Sources
$ ./configure --with-denoise-level=3 --enable-debug --disable-optimize --enable-verbose --enable-amule-gui --enable-webserver --enable-ccache && make
$ src/amule &
$ src/webserver/src/amuleweb
Notice that running amuleweb automatically on startup should not be enabled on preferences, otherwise you will probably run the wrong executable.
Please, report your results! Good luck!
-
I have a similar problem.
In webserver, the search starts working, but after a time (a few hours or a day), it returns no results when you search for something. I must restart the amule daemon to make it work again. Is this normal?