check_esx3.pl error

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
Sbergonzi
Posts: 127
Joined: Wed Feb 19, 2014 4:21 pm

check_esx3.pl error

Post by Sbergonzi »

I was getting a perl error running this command, which led me to the yum install nagios perl. That led me to the VMware-vSphere-SDK-for-Perl-4.0.0-161974.x86_64.tar.gz install.

I am now getting the following error:

Code: Select all

/usr/bin/perl: symbol lookup error: /usr/lib64/perl5/auto/XML/LibXML/Common/Common.so: undefined symbol: Perl_Tstack_sp_ptr
Is it a versioning issue? Anything I can check?

thank you!
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: check_esx3.pl error

Post by sreinhardt »

There may be, I would highly suggest installing the newest SDK available, as they work with older versions just fine. Also I would suggest following our documentation exactly as written, as this can be a tricky install if you do not.

http://assets.nagios.com/downloads/nagi ... ios_XI.pdf
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Sbergonzi
Posts: 127
Joined: Wed Feb 19, 2014 4:21 pm

Re: check_esx3.pl error

Post by Sbergonzi »

ok thanks! I'll give it a go. Since it was a wizard already include with XI I was thinking all the components would be included.

I also found this on another site to correct the issue, hopefully there is some cross over with this and the doc provided.

Code: Select all

After installing the development tools and VMware-vSphere-Perl-SDK-4.1.0-254719.x86_64.tar, it runs like a charm.
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: check_esx3.pl error

Post by sreinhardt »

Yes the were leading you on the right path, but due to vmware's licensing, we can't include the sdk with the XI install.
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
Sbergonzi
Posts: 127
Joined: Wed Feb 19, 2014 4:21 pm

Re: check_esx3.pl error

Post by Sbergonzi »

gotcha. I went through the install, good to go!

thank you -
Locked