cannot install netxms webserver

Started by bananabank, December 20, 2011, 11:21:24 AM

Previous topic - Next topic

bananabank

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.

testos

Hi!

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


Best regards.

bananabank

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

bananabank

ืnow i can run ./configure --with-nxhttpd

solved by

find package gd-2.0.33.tar.gz for unzip to install

hamad

I can not find the nxhttpd demon after the installation to run the webserver?

Victor Kirhenshtein

It should be under /usr/local/bin if you have used default prefix.

Best regards,
Victor

hamad

Could not found it under /usr/local/bin or any where.

testos

Have you tried these commands?

$ updatedb
$ locate nxhttpd

toey_rrt

Me too i can't find file /usr/local/bin/nxhttpd

hamad

I get this warning:

configure: WARNING: unrecognized options: --with-nxhttpd

Victor Kirhenshtein

Sorry, I forgot to mention it - in 1.1.x correct configure option is --with-webui instead of --with-nxhttpd.

Best regards,
Victor

Mariposa

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!

lindeamon

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


Mariposa

I did that too, but still not working :(