Hi All,
I'm trying to Open the VMDK file Through my application Using VDDK in linux environment(Centos-6.4 x86_64) . it get's crashed in VixDiskLib_Open call with Back Trace as below .I'm using VDDK version 5.1.1 (the same issue ocurrs with VDDK v5.5.0). It seems that the curl library(curl v7.24, ssl 1.0.0e, crypto 1.0.0.e) and its dependencies used in my application are conflicting with vddk's libcurl and it's dependencies . I cannot afford to remove the libcurl used in my application as it is being needed for existing feature . Is there any solution that I can use both the libraries without conflicting.
(gdb) bt
#0 0x000000000047c98b in ENGINE_finish ()
#1 0x0000000000490f60 in EVP_PKEY_free ()
#2 0x00000000005078d4 in pubkey_cb ()
#3 0x000000000049b54e in asn1_item_combine_free ()
#4 0x000000000049b712 in asn1_item_combine_free ()
#5 0x000000000049b712 in asn1_item_combine_free ()
#6 0x000000000049b835 in ASN1_item_free ()
#7 0x00007ffff15a5572 in SSL_SESSION_free () from /usr/lib/vmware/libssl.so.0.9.8
#8 0x00007ffff15a3567 in SSL_free () from /usr/lib/vmware/libssl.so.0.9.8
#9 0x00007ffff7c81025 in ?? () from /usr/lib/vmware/libvixDiskLib.so
Thanks in Advance ,