On Mon, Dec 08, 2008 at 07:53:10AM -0500, Ben Guthro wrote: > > I do have older versions (for chroot purposes) mounted in non-standard paths... > I don't know why it would pick it up in /data: > > $ locate libgnutls.so.13 > /data/f9root/usr/lib64/libgnutls.so.13 > /data/f9root/usr/lib64/libgnutls.so.13.9.1 > > > The strange part is, that it looks like it is linking against both versions: What I suspect is going on here then, is that you have some environment variable set causing libvirt to detect & use the version in /data/f9root. Perhaps PKG_CONFIG_PATH or a LD_LIBRARY_PATH or CFLAGS/LDFLAGS - check the config.log file and output from running configure. This would cause libvirt to directly link to libgnutls.so.13. Then, some other library in the system we're using has already linked to gnutls.so.26 and so you get the second indirect linkage. Daniel -- |: Red Hat, Engineering, London -o- http://people.redhat.com/berrange/ :| |: http://libvirt.org -o- http://virt-manager.org -o- http://ovirt.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: GnuPG: 7D3B9505 -o- F3C9 553F A1DA 4AC2 5648 23C1 B3DF F742 7D3B 9505 :| -- Libvir-list mailing list Libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list