problem upgrade to version 2.2.13

Started by it_user1, March 27, 2019, 10:26:40 AM

Previous topic - Next topic

it_user1

Hi,

i have a netxms version 2.2.10 running on centos 7. When i try to update the installation to version 2.2.13 i have this error

/usr/local/lib/libnxsnmp.so.2: undefined reference to `nx_memdup'
collect2: error: ld returned 1 exit status
make[5]: *** [nxminfo] Error 1
make[5]: Leaving directory `/root/netxms-2.2.13/src/server/tools/nxminfo'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory `/root/netxms-2.2.13/src/server/tools'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/root/netxms-2.2.13/src/server'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/root/netxms-2.2.13/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/netxms-2.2.13'
make: *** [all] Error 2

thank you

Andrea

Victor Kirhenshtein

Hi,

try to remove old libraries (libnetxms.*) from /usr/local/lib before running make.

Best regards,
Victor

it_user1