On Tue, 5 Jul 2005, Sascha Retzki wrote:
> On Tue, Jul 05, 2005 at 05:54:32PM +0200, Miguel Gómez wrote:
> > Hello people,
> > I have been testing Xen and I want to migrate a Domain from a machine to
> > another. It will not even be a live migration, it will be a normal one.
> > But
> > when I try to start xfrd, it says that it doesn't find a library, the
> > libcurl one:
> >
> > XENslave:/# xfrd start
> > xfrd: error while loading shared libraries: libcurl.so.2: cannot open
> > shared
> > object file: No such file or directory
> >
> > And it is true, it doesn't exist, if I do:
> >
> > XENslave:/# ldd /usr/sbin/xfrd
> > libxc.so.2.0 => /usr/lib/libxc.so.2.0 (0x4001b000)
> > libxutil.so.2.0 => /usr/lib/libxutil.so.2.0 (0x4002a000)
> > libz.so.1 => /usr/lib/libz.so.1 (0x4003b000)
> > libcurl.so.2 => not found
> > libssl.so.4 => not found
> > libcrypto.so.4 => not found
> > libgssapi_krb5.so.2 => not found
> > libkrb5.so.3 => not found
> > libcom_err.so.2 => /lib/libcom_err.so.2 (0x4004e000)
> > libk5crypto.so.3 => not found
> > libresolv.so.2 => /lib/libresolv.so.2 (0x40051000)
> > libdl.so.2 => /lib/libdl.so.2 (0x40063000)
> > libc.so.6 => /lib/libc.so.6 (0x40066000)
> > /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000)
> >
> > So, I don't really know what to do, I have done a libcurl installation but
> > it is libcurl3, not libcurl2. There's a thread in this mailing list:
> >
> > http://lists.xensource.com/archives/html/xen-users/2005-07/msg00003.html
> >
> > But it doesn't really help me. I have Debian Sarge installed, and XEN runs
> > normally. But I've got these problems when I try to run xfrd. How can I
> > resolve it? Symbolic link to libcurl.so.3? Should I try to get back to
> > libcurl2?
>
>
> Naw, you don't make symlinks - you can't know if blablub() in libcurl2 does
> even nearly the same as in libcurl3.
>
>
> You can install both, no?
Not easily, because libcurl2 was removed from debian sarge.
I would recommend to use xen-testing which works fine with libcurl3.
Or you could try to use libcurl2 from oldstable - no guarantee that this
works (eg from
ftp://ftp.debian.org/debian/pool/main/c/curl/libcurl2_7.9.5-1_i386.deb
).
Rainer Schöpf
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|