[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] Re: Xen-unstable save error
On 21/06/2010 13:57, "Michal Novotny" <minovotn@xxxxxxxxxx> wrote: > Well, those are objdumps: > > $ objdump -x /xen-unstable.hg/tools/xcutils/xc_save | grep xs_sus > 0000000000000000 F *UND* 00000000000000ad > xs_suspend_evtchn_port > $ objdump -x /usr/lib64/xen/bin/xc_save | grep xs_suspend > 0000000000000000 F *UND* 00000000000000ad > xs_suspend_evtchn_port > $ ls -al /usr/lib64/libxenctrl.so > lrwxrwxrwx 1 root root 17 Jun 21 13:52 /usr/lib64/libxenctrl.so -> > libxenctrl.so.4.0 > > I was having some libxenctrl* files at /lib64 so I removed them in order > to make linked link those from /usr/lib64 so it did. However, the error > now is: Well what was the above supposed to achieve? xs_suspend_evtchn_port is provided by libxenstore. It's that library which is getting mis-linked. Moving the xc_save binary itself, and/or libxenctrl, isn't going to change that. Go use ldd to find what libxenstore is being linked against; work out why it's the wrong one; put the right one in its place. -- Keir _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |