aMule Forum
English => Compilation problems => Topic started by: Dante_ on September 08, 2005, 05:40:37 PM
-
I HAVE GD installed, but... Stragely, amule 2.0.3 tell's me there is no gd.h and therefore amulweb will not show progressbars, but whem compliling amule cvs on the same machine all goes well no warnings about missing gd.h and progessbars showng on amuleweb..
But amuleweb CVS segfaults randomly when serving the page.. X(
What should I do? amule 2.0.3 = no progesbars; amule CVS = random amuleweb crashes
P.S. amuled is stable in 2.0.3 and in amule CVS
-
--enable-wxcas on 2.0.3 configure should fix your detection issue
-
Solved, but anoying.. keep up the good work!
-
Yeah, it's fixed on the CVS, sorry :)
-
I think to have the same problem.. when i try to compile amule i get at the end :
"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."
But using --enable-wxcas on 2.0.3 configure doesn't fix my problem. How can i do?
-
--enable-cas
fixes this usually, if it does NOT fix it, you really dont have gd-lib installed ;)
check that you have gd-devel AND liibpng-devel!!
-
Also check the configure output for a line like "looking for gd.h... ". If configure finds gd there you can safely ignore the warning at the end...