Hi,

seems I have resolved the issue:

> /usr/bin/ld: warning: libgvmomi.so.0, needed by 
> /usr/lib/vmware-vix/lib/VIServer-2.0.0/64bit/libvix.so, not found

I had to place some symlinks:

# ln -s /usr/lib/vmware-vix/lib/VIServer-2.0.0/64bit/libgvmomi.so.0 
/usr/lib/libgvmomi.so.0
# ln -s /usr/lib/vmware-vix/lib/VIServer-2.0.0/64bit/libcurl.so.4 
/usr/lib/libcurl.so.4

That did the trick for the stuff described below.

Cheers,

Emre

Emre Bastuz schrieb:
> Hi,
> 
> guess this is more of a VMWare bug then a capture-server
> bug but maybe somebody came across this and solved it already:
> 
> I installed VMWare server 2.0 64bit on Linux and additionaly
> VMWare-VIX 1.6 and modified compile_revert_linux.sh to have the line
> 
> gcc -I $VIX_INCLUDE -o revert revert.c 
> /usr/lib/vmware-vix/lib/VIServer-2.0.0/64bit/libvix.so
> 
> The build process complains about
> 
> /usr/bin/ld: warning: libgvmomi.so.0, needed by 
> /usr/lib/vmware-vix/lib/VIServer-2.0.0/64bit/libvix.so, not found
> 
> Looking at libvmware-vix.so I find the following strange thing:
> 
> # cd /usr/lib/vmware-vix/lib/VIServer-2.0.0/64bit/
> # ldd libvix.so
> [...]
> libgvmomi.so.0 => not found
> [...]
> 
> although it´s there:
> 
> # ls -l libgvmomi.so.0
> 
> -rwxr-xr-x 1 root root 3.9M 2008-11-12 22:12 libgvmomi.so.0
> 
> Further more errors/warnings like the following are printed during
> a build:
> 
> /usr/lib/vmware-vix/lib/VIServer-2.0.0/64bit/libvix.so: undefined reference 
> to `vmodl_vim_virtual_machine_mks_ticket_get_type'
> /usr/lib/vmware-vix/lib/VIServer-2.0.0/64bit/libvix.so: undefined reference 
> to `vmodl_vmomi_core_property_collector_object_content_get_type'
> /usr/lib/vmware-vix/lib/VIServer-2.0.0/64bit/libvix.so: undefined reference 
> to `vmodl_vim_virtual_machine_get_type'
> /usr/lib/vmware-vix/lib/VIServer-2.0.0/64bit/libvix.so: undefined reference 
> to `vmodl_vim_fault_memory_snapshot_on_independent_disk_get_type'
> /usr/lib/vmware-vix/lib/VIServer-2.0.0/64bit/libvix.so: undefined reference 
> to `vmodl_vim_virtual_machine_create_snapshot'
> /usr/lib/vmware-vix/lib/VIServer-2.0.0/64bit/libvix.so: undefined reference 
> to `vmodl_vim_fault_not_found_get_type'
> /usr/lib/vmware-vix/lib/VIServer-2.0.0/64bit/libvix.so: undefined reference 
> to `gvmomi_session_has_version'
> /usr/lib/vmware-vix/lib/VIServer-2.0.0/64bit/libvix.so: undefined reference 
> to `vmodl_vim_virtual_machine_reset'
> /usr/lib/vmware-vix/lib/VIServer-2.0.0/64bit/libvix.so: undefined reference 
> to `vmodl_vim_vm_snapshot_remove'
> [...]
> 
> How can I "fix" this?
> 
> Cheers,
> 
> Emre

-- 
http://www.emre.de                        UIN: 561260
PGP Key ID: 0xAFAC77FD

I don't see why some people even HAVE cars. -- Calvin
_______________________________________________
Capture-HPC mailing list
Capture-HPC@public.honeynet.org
https://public.honeynet.org/mailman/listinfo/capture-hpc

Reply via email to