i try to install 
./configure --with-nxhttpd
i got error like this
error **** GD support is not installed ****
i try to install php5-gd > not work (follow this link http://www.cyberciti.biz/faq/ubuntu-linux-install-or-add-php-gd-support-to-apache/)
i can't use command yum install gd-devel
what should i do ??
thanks for any reply.
			
			
			
				Hi!
What is your operating system distribution?
Can you post here result of "yum install gd-devel" command?
Best regards.
			
			
			
				this is my error
checking gd.h usability... no
checking gd.h presence... no
checking for gd.h... no
configure: error: *** GD support not installed - please install first ***
when i use command apt-get install gd-devel (after i use apt-get update) it's not have package to install
apt-get install gd-devel
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package gd-devel
			
			
			
				ืnow i can run ./configure --with-nxhttpd
solved by
find package gd-2.0.33.tar.gz for unzip to install
			
			
			
				I can not find the nxhttpd demon after the installation to run the webserver?
			
			
			
				It should be under /usr/local/bin if you have used default prefix.
Best regards,
Victor
			
			
			
				Could not found it under /usr/local/bin or any where.
			
			
			
				Have you tried these commands?
$ updatedb
$ locate nxhttpd
			
			
			
				Me too i can't find file /usr/local/bin/nxhttpd
			
			
			
				I get this warning:
configure: WARNING: unrecognized options: --with-nxhttpd
			
			
			
				Sorry, I forgot to mention it - in 1.1.x correct configure option is --with-webui instead of --with-nxhttpd.
Best regards,
Victor
			
			
			
				Hi :)
I also have problem with installing netxms webserver on Ubuntu 10.04
I did everything from install guide, but in the last command
Run web server:
# /usr/local/bin/nxhttpd –d
I have error : 
bash : /usr/local/bin/nxhttpd : No such file of directory 
What should I do? Please help, I'm not so good with Ubuntu. Thanks! 
			
			
			
				i think victor answered your questioned.
Quote from: Victor Kirhenshtein on December 25, 2011, 01:19:51 PM
Sorry, I forgot to mention it - in 1.1.x correct configure option is --with-webui instead of --with-nxhttpd.
Best regards,
Victor
			
				I did that too, but still not working :(