|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] XEN 3.0.4-1, undefined symbol: xc_get_last_error
On 14/1/07 1:23 pm, "Ralf Schenk" <rs@xxxxxxxxxx> wrote:
> I thourougly checked, that all older files of xen 3.0.3 were removed and
> installed again but no success. I checked that every single file from
> the new xen compilitation in the dist directory was installed and in place.
>
> Has anyone experience with this ?
I haven't seen this but it looks like the xc_get_last_error symbol is
missing from libxenctrl.so.3.0.
Try 'ldd /usr/lib64/python/xen/lowlevel/xc.so'. See where it is getting its
libxenctrl.so.3.0 from. Then do 'nm x | grep xc_get_last_error' where x is
the location of the libxenctrl library that is being used. If nothing is
printed by the grep then the libxenctrl is probably old.
-- Keir
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|