[libvirt-users] cannot find -lportablexdr

When I try to compile libvirt: checking for xdrmem_create in -lportablexdr... no checking for library containing xdrmem_create... no configure: error: Cannot find a XDR library Where have that libxdr source? Thanks. -- Juliano Souza

On 12/27/2011 09:01 PM, Juliano Souza wrote:
When I try to compile libvirt:
checking for xdrmem_create in -lportablexdr... no checking for library containing xdrmem_create... no configure: error: Cannot find a XDR library
What platform are you compiling on? For example, on Fedora 16, glibc provides xdr functionality natively; whereas if you are cross-compiling for mingw, the mingw32-portablexdr package provides the necessary headers. A quick google search gives http://people.redhat.com/~rjones/portablexdr/ as the place to look for source code if you are on some other platform. -- Eric Blake eblake@redhat.com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
participants (2)
-
Eric Blake
-
Juliano Souza