I am just learning to use ESXi, vSphere-CLI, and vSphere SDK for Perl. I've installed ESXi on an HP Proliant server, and the CLI and SDK on a system running Ubuntu 9.10. when I run the following utility application on the client:
connect.pl --url myserver --username myname --password mypassword
I get the following error:
/usr/bin/perl: symbol lookup error: /usr/lib/perl/5.10/auto/XML/LibXML/Common/Common.so: undefined symbol: Perl_Tstack_sp_ptr
Can anyone help me correct this error?