aMule Forum

English => Compilation problems => Topic started by: Dante_ on September 08, 2005, 05:40:37 PM

Title: amuleweb gd lib not found, but amule cvs finds it
Post 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
Title: Re: amuleweb gd lib not found, but amule cvs finds it
Post by: Kry on September 08, 2005, 05:54:27 PM
--enable-wxcas on 2.0.3 configure should fix your detection issue
Title: Re: amuleweb gd lib not found, but amule cvs finds it
Post by: Dante_ on September 11, 2005, 09:57:28 PM
Solved, but anoying..  keep up the good work!
Title: Re: amuleweb gd lib not found, but amule cvs finds it
Post by: Kry on September 12, 2005, 04:51:46 AM
Yeah, it's fixed on the CVS, sorry :)
Title: i have the same problem.
Post by: tarsus on October 23, 2005, 06:30:30 PM
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?
Title: Re: amuleweb gd lib not found, but amule cvs finds it
Post by: stefanero on October 23, 2005, 06:54:53 PM
--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!!
Title: Re: amuleweb gd lib not found, but amule cvs finds it
Post by: thedude0001 on October 23, 2005, 08:20:30 PM
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...