|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH][TOOLS] ioemu: linking fix for *BSD
Christoph Egger writes ("Re: [Xen-devel] [PATCH][TOOLS] ioemu: linking fix for
*BSD"):
> On Thursday 14 August 2008 11:21:54 Ian Jackson wrote:
> > I'm confused as to why this is necessary.
>
> ldd qemu-dm shows this:
> libxenctrl.so.3.2 => not found
> libxenguest.so.3.2 => not found
> libxenstore.so.3.0 => not found
> and launching qemu-dm fails with not finding these three libs.
Are they in /usr/lib64 ? If they are, why isn't your dynamic linker
finding and using them ? There must be something else going on here,
surely. Where _is_ it looking ? (Use ktrace perhaps.)
Perhaps something is being built as the wrong bitness (or at least, an
unexpected bitness). Are those libraries really the same bitness as
qemu-dm and is everything in the right places ?
Ian.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|