NetXMS Support Forum

English Support => General Support => Topic started by: ademirel on September 13, 2013, 02:48:35 PM

Title: Upgrade to 1.2.8 Version
Post by: ademirel on September 13, 2013, 02:48:35 PM
Hi,

I try to upgrade from 1.2.7 to 1.2.8 version. It is giving an error when I install the new packages: undefined symbol: wgetenv

What can be the problem? is it a bug?

Regards
Title: Re: Upgrade to 1.2.8 Version
Post by: Victor Kirhenshtein on September 13, 2013, 03:48:37 PM
Hi!

On what platform you are installing? How do you install server - from sources, from binary package?

Best regards,
Victor
Title: Re: Upgrade to 1.2.8 Version
Post by: ademirel on September 13, 2013, 03:53:56 PM
My platform is debian. Firstly, I compiled from source code netxms-1.2.8. And then, I installed debian packages such as agent,base,server.

I did it according to this document.

http://wiki.netxms.org/wiki/Server_Installation_Guide#Upgrading_NetXMS_Server_on_UNIX

Regards
Title: Re: Upgrade to 1.2.8 Version
Post by: Victor Kirhenshtein on September 13, 2013, 04:56:06 PM
You shouldn't use both methods ion same machine. Most likely you now have two incompatible set of binaries - one under /user and seconds under /usr/local (or other place if you specify --prefix at configure stage). Try to identify wrong binaries and delete them.

Best regards,
Victor
Title: Re: Upgrade to 1.2.8 Version
Post by: ademirel on September 13, 2013, 05:11:43 PM
oops, I re-configured it using different prefix and it solved.

Thanks Victor.

Best Regards