GD on Fedora

Started by krknopp, November 16, 2007, 02:23:35 AM

Previous topic - Next topic

krknopp

I keep getting the following error when running ./configure --with-server --with-mysql --with-agent  --with-nxhttpd

checking for mysql_real_escape_string... yes
checking gd.h usability... no
checking gd.h presence... no
checking for gd.h... no
configure: error: *** GD support not installed - please install first ***

I'm running Fedora so I've used Yum to install everything up to this point.  I've installd gd and php-gd, but I continue to get the error.  Please help.

Kerry

weec

#1
please uninstall GD & php-gd
after instal GD library only


wrong.

Alex Kirhenshtein

#2
You should install -dev packaged for GD.

Update: this should do the trick:
yum install gd-devel

krknopp

worked great!  Thanks!

Kerry