NetXMS Support Forum

English Support => General Support => Topic started by: krknopp on November 16, 2007, 02:23:35 AM

Title: GD on Fedora
Post by: krknopp on November 16, 2007, 02:23:35 AM
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
Title: Re: GD on Fedora
Post by: weec on November 16, 2007, 09:44:10 AM
please uninstall GD & php-gd
after instal GD library only


wrong.
Title: Re: GD on Fedora
Post by: Alex Kirhenshtein on November 16, 2007, 03:10:22 PM
You should install -dev packaged for GD.

Update: this should do the trick:
yum install gd-devel
Title: Re: GD on Fedora
Post by: krknopp on November 16, 2007, 05:59:09 PM
worked great!  Thanks!

Kerry