Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - bananabank

#1
Thank you Mr.Victor it's work solution.
#2
thank you for your any reply ^_^
#3
i do  follow installation manual page 7-8 already

but it's not work

my OS is linux mint
#4
this is my log /var/log/netxmsd

[21-Dec-2011 11:32:21] SQL query failed (Query = "SELECT var_value FROM metadata WHERE var_name='SchemaVersion'"): Table 'netxms.metadata' doesn't exist
[21-Dec-2011 11:32:21] SQL query failed (Query = "SELECT var_value FROM config WHERE var_name='DBFormatVersion'"): Table 'netxms.config' doesn't exist
[21-Dec-2011 11:32:21] Your database has format version -1, but server is compiled for version 105
#5
i use command "nxdbmgr check"

here my result

NetXMS Database Manager Version 1.0.13
#6
when i call netxmsd directly (not netxmsd -d i got error like this)

[21-Dec-2011 11:32:21] SQL query failed (Query = "SELECT var_value FROM metadata WHERE var_name='SchemaVersion'"): Table 'netxms.metadata' doesn't exist
[21-Dec-2011 11:32:21] SQL query failed (Query = "SELECT var_value FROM config WHERE var_name='DBFormatVersion'"): Table 'netxms.config' doesn't exist
[21-Dec-2011 11:32:21] Your database has format version -1, but server is compiled for version 105
#7
i use command

/usr/local/bin/netxmsd -d > then no any reply message on my command prompt

then i go to browser localhost:8080 and logon with usr:admin , pwd:netxms

i got error

Unable to login (Communication failure)

how can i start service netxmsd

thanks for any support
#8
General Support / Re: cannot install netxms webserver
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
#9
General Support / Re: cannot install netxms webserver
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
#10
General Support / cannot install netxms webserver
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.