[xen-discuss] Creating guest domU on SXCE snv115
Mark Johnson
Mark.Johnson at Sun.COM
Mon Nov 16 05:14:45 PST 2009
Peter Teoh wrote:
> System: snv115, SXCE.
Can you try a more recent build? That's 6 months old
which is very old for a development build.
>
> Noticed the "file not found" above.
>
> So the softlink is created:
>
> ln -s libgnutls.so.26.11.6 libgnutls.so.13
>
>
> /usr/lib>ldd /usr/lib/python2.4/vendor-packages/64/libvirtmod.so
> libvirt.so.0 => /usr/lib/64/libvirt.so.0
> libxenstore.so.3.0 => /usr/lib/64/libxenstore.so.3.0
> libnsl.so.1 => /lib/64/libnsl.so.1
> libsocket.so.1 => /lib/64/libsocket.so.1
> libc.so.1 => /lib/64/libc.so.1
> libxml2.so.2 => /lib/64/libxml2.so.2
> libgnutls.so.13 => (file not found)
> libpthread.so.1 => /lib/64/libpthread.so.1
> libgcc_s.so.1 => /usr/sfw/lib/amd64/libgcc_s.so.1
> libmp.so.2 => /lib/64/libmp.so.2
> libmd.so.1 => /lib/64/libmd.so.1
> libscf.so.1 => /lib/64/libscf.so.1
> libz.so.1 => /lib/64/libz.so.1
> libm.so.2 => /lib/64/libm.so.2
> libuutil.so.1 => /lib/64/libuutil.so.1
> libgen.so.1 => /lib/64/libgen.so.1
> libsmbios.so.1 => /usr/lib/64/libsmbios.so.1
>
> But this library still cannot see the newly created softlink, why?
virt-manager is 32-bit (really should be 64-bit, but I regress...).
virt-install is 64-bit... You need to make sure you create the link
in the lib/64 directory.
But you shouldn't have to create a link at all???
MRJ
More information about the xen-discuss
mailing list