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
please uninstall GD & php-gd
after instal GD library only
wrong.
You should install -dev packaged for GD.
Update: this should do the trick:
yum install gd-devel
worked great! Thanks!
Kerry