NetXMS Support Forum

English Support => General Support => Topic started by: bananabank on December 20, 2011, 11:21:24 AM

Title: cannot install netxms webserver
Post by: bananabank on December 20, 2011, 11:21:24 AM
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.
Title: Re: cannot install netxms webserver
Post by: testos on December 20, 2011, 02:51:23 PM
Hi!

What is your operating system distribution?
Can you post here result of "yum install gd-devel" command?


Best regards.
Title: Re: cannot install netxms webserver
Post by: bananabank on December 21, 2011, 04:37:16 AM
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
Title: Re: cannot install netxms webserver
Post by: bananabank on December 21, 2011, 05:40:42 AM
ืnow i can run ./configure --with-nxhttpd

solved by

find package gd-2.0.33.tar.gz for unzip to install
Title: Re: cannot install netxms webserver
Post by: hamad on December 21, 2011, 11:08:33 AM
I can not find the nxhttpd demon after the installation to run the webserver?
Title: Re: cannot install netxms webserver
Post by: Victor Kirhenshtein on December 21, 2011, 12:13:09 PM
It should be under /usr/local/bin if you have used default prefix.

Best regards,
Victor
Title: Re: cannot install netxms webserver
Post by: hamad on December 21, 2011, 12:28:07 PM
Could not found it under /usr/local/bin or any where.
Title: Re: cannot install netxms webserver
Post by: testos on December 21, 2011, 10:46:57 PM
Have you tried these commands?

$ updatedb
$ locate nxhttpd
Title: Re: cannot install netxms webserver
Post by: toey_rrt on December 22, 2011, 10:15:56 AM
Me too i can't find file /usr/local/bin/nxhttpd
Title: Re: cannot install netxms webserver
Post by: hamad on December 25, 2011, 08:32:19 AM
I get this warning:

configure: WARNING: unrecognized options: --with-nxhttpd
Title: Re: cannot install netxms webserver
Post by: 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
Title: Re: cannot install netxms webserver
Post by: Mariposa on December 27, 2011, 01:58:26 PM
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!
Title: Re: cannot install netxms webserver
Post by: lindeamon on December 27, 2011, 02:34:39 PM
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

Title: Re: cannot install netxms webserver
Post by: Mariposa on December 28, 2011, 12:01:49 AM
I did that too, but still not working :(