VMware {code} Community
sxk1969
Contributor
Contributor

vmware-vix perl sdk issue--need some assistance

Hello All:

I installed the vmware-vix perl sdk on my linux box and am trying to run one of the example perl scripts called vmrun.pl, I keep running into the following error:

Can't locate loadable object for module VMware::VixBinding in @INC

I have made sure that the VixBinding.pm exists and have included it by using the use lib command in perl, am I missing something here?

Thanks for your help

Reply
0 Kudos
1 Reply
sxk1969
Contributor
Contributor

Here's some more information about the detailed error message:

Can't locate loadable object for module VMware::VixBinding in @INC (@INC contains: blib/lib blib/auto blib/arch blib/arch/auto/VMware blib/arch/auto /home/kanjilal/vmware-vix-distrib/vmware-vix /home/kanjilal/vmware-vix-distrib/vmware-vix/VMware /usr/local/lib/perl5/5.10.0/i686-linux /usr/local/lib/perl5/5.10.0 /usr/local/lib/perl5/site_perl/5.10.0/i686-linux /usr/local/lib/perl5/site_perl/5.10.0 .) at /home/kanjilal/vmware-vix-distrib/vmware-vix/VMware/Vix/API/API.pm line 13

Compilation failed in require at /home/kanjilal/vmware-vix-distrib/vmware-vix/VMware/Vix/API/API.pm line 13.

BEGIN failed--compilation aborted at /home/kanjilal/vmware-vix-distrib/vmware-vix/VMware/Vix/API/API.pm line 13.

Compilation failed in require at /home/kanjilal/vmware-vix-distrib/vmware-vix/VMware/Vix/Simple.pm line 23.

BEGIN failed--compilation aborted at /home/kanjilal/vmware-vix-distrib/vmware-vix/VMware/Vix/Simple.pm line 23.

Compilation failed in require at ./vmrun.pl line 14.

BEGIN failed--compilation aborted at ./vmrun.pl line 14.

Any help would be much appreciated.

Thanks Again

Reply
0 Kudos