WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-cim

Re: [Xen-cim] Cmpilify odd behavior

To: "Szymanski, Lukasz K" <Lukasz.Szymanski@xxxxxxxxxx>
Subject: Re: [Xen-cim] Cmpilify odd behavior
From: Jim Fehlig <jfehlig@xxxxxxxxxx>
Date: Thu, 19 Jul 2007 10:23:51 -0600
Cc: xen-cim@xxxxxxxxxxxxxxxxxxx
Delivery-date: Thu, 19 Jul 2007 09:21:32 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-cim-request@lists.xensource.com?subject=help>
List-id: xen-cim mailing list <xen-cim.lists.xensource.com>
List-post: <mailto:xen-cim@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-cim>, <mailto:xen-cim-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-cim>, <mailto:xen-cim-request@lists.xensource.com?subject=unsubscribe>
References: 94C8C9E8B25F564F95185BDA64AB05F605433C90@xxxxxxxxxxxxxxxxxxxxxxxxxxxx
Sender: xen-cim-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 1.5.0.8 (X11/20060911)
Szymanski, Lukasz K wrote:
>
> Has anyone ever seen this, when looking at Xen_Memory through YAWN?
>
[snip]
>
> [1166059840] dlSharedLibraryLoader::loadSharedLibrary dlopen returned
> NULL.  Error is: /usr/local/lib/cmpi/libXen_Memory.so: undefined
> symbol: CMPILIFYInstance_cleanup
>

That symbol should be in libXen_ProviderCommon.so.  Use "ldd
libXen_Memory.so" to see which libXen_ProviderCommon.so it is using. 
Maybe you have 2 installed and libXen_Memory.so is using the
pre-cmpilify one.  E.g on one of my test machines

klutina:/usr/local/lib64/cmpi # ldd libXen_Memory.so
        libXen_ProviderCommon.so.1 =>
/usr/local/lib64//cmpi/libXen_ProviderCommon.so.1 (0x00002b4a867c7000)
        libxenapi.so.1.0 => /usr/lib64/libxenapi.so.1.0 (0x00002b4a86b21000)
        ...

You can use nm to see contents of an object, e.g.

klutina:/usr/local/lib64/cmpi # nm libXen_ProviderCommon.so | grep
CMPILIFYInstance_cleanup
0000000000006837 T CMPILIFYInstance_cleanup

HTH,
Jim


_______________________________________________
Xen-cim mailing list
Xen-cim@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-cim

<Prev in Thread] Current Thread [Next in Thread>