Displaying 20 results from an estimated 96 matches for "lportablexdr".
2011 Dec 28
1
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/att...
2020 Jun 02
2
Fwd: Hello
...nternet, it does look like the package portablexdr is
obsolete.
Could it be that this is a known issue? Could it be there already is a
workaround this? Do you suppose this should go into the mailing list?
Sincerely,
David.
[1]
checking for WIRESHARK_DISSECTOR... no
checking for xdrmem_create in -lportablexdr... no
checking for library containing xdrmem_create... no
configure: error: Cannot find a XDR library
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20200602/89aaf8c4/attachment.htm>
2010 Aug 12
1
building libvirt-0.8.3 for windows ( with dlls )
...nes of configure:
checking for mntent.h... no
checking net/ethernet.h usability... no
checking net/ethernet.h presence... no
checking for net/ethernet.h... no
checking linux/magic.h usability... no
checking linux/magic.h presence... no
checking for linux/magic.h... no
checking for xdrmem_create in -lportablexdr... no
checking for library containing xdrmem_create... no
configure: error: Cannot find a XDR library
is there a a guide somewhere in the list for compiling the windows
version on mingw?
Thanks,
Gal Gafni Chen
CSL-WAVE Developer
2020 Jun 03
0
Re: Fwd: Hello
...like the package portablexdr is
> obsolete.
>
> Could it be that this is a known issue? Could it be there already is a
> workaround this? Do you suppose this should go into the mailing list?
>
> [1]
> checking for WIRESHARK_DISSECTOR... no
> checking for xdrmem_create in -lportablexdr... no
> checking for library containing xdrmem_create... no
> configure: error: Cannot find a XDR library
You're missing a build pre-requisite library for XDR. On Linux distros
this is provided by "tirpc" these days, try libtirpc-devel RPM or
libtirpc-dev Debian package.
R...
2020 Mar 30
2
"configure: error: Unable to find <rpc/rpc.h>" when compiling libvirt 6.0.0 from a release tarball
...king for sanlock_init in -lsanlock_client... no
checking for SASL... no
checking for fgetfilecon_raw in -lselinux... no
checking for SSH2... no
checking for UDEV... no
checking whether to compile with virtual port support... yes
checking for WIRESHARK_DISSECTOR... no
*checking for xdrmem_create in -lportablexdr... yes**
**checking for xdr_u_int64_t... no**
**checking where to find <rpc/rpc.h>... missing**
**configure: error: Unable to find <rpc/rpc.h>*
[root@centos8 build]#
--
FuLong Wang
fulong.wang@cn.ibm.com
IBM China Systems Lab, Beijing, China
______________________________________...
2017 Mar 06
0
[PATCH] lib: Prefer tirpc for XDR, and rationlise how we search for alternatives.
...uess we can see the way the wind is blowing.
(1) This changes our configure script to prefer libtirpc if it is
available.
If libtirpc is _not_ available then:
(a) Headers must be located in <rpc/xdr.h>, or the user must supply
the right CFLAGS.
(b) XDR functions must be located in one of -lportablexdr, -lrpc,
-lxdr, -lnsl or no library at all (ie. -lc), and the user must set
LDFLAGS if needed.
(2) We no longer add these paths automatically to $(CFLAGS)/$(LIBS).
Any part of libguestfs which needs <rpc/*.h> or the xdr_* functions
must use $(RPC_CFLAGS)/$(RPC_LIBS) explicitly.
(3) Previousl...
2017 Mar 07
1
[PATCH v2] lib: Prefer tirpc for XDR, and rationalise how we search for alternatives.
v1 -> v2:
- No functional changes to the patch, just fixes a few bugs.
Rich.
2020 Mar 30
0
Re: "configure: error: Unable to find <rpc/rpc.h>" when compiling libvirt 6.0.0 from a release tarball
...client... no
> checking for SASL... no
> checking for fgetfilecon_raw in -lselinux... no
> checking for SSH2... no
> checking for UDEV... no
> checking whether to compile with virtual port support... yes
> checking for WIRESHARK_DISSECTOR... no
> *checking for xdrmem_create in -lportablexdr... yes**
> **checking for xdr_u_int64_t... no**
> **checking where to find <rpc/rpc.h>... missing**
> **configure: error: Unable to find <rpc/rpc.h>*
> [root@centos8 build]#
>
>
>
>
>
>
> --
> FuLong Wang
> fulong.wang@cn.ibm.com
> IBM China Sy...
2010 Dec 07
1
builder-ubuntu libguestfs FAILED build step 4b8f70d46dcfed1489c97f822e263b8615f21ea0
...ould build the daemon... yes
checking if we should build the appliance... yes
checking for febootstrap... febootstrap
checking if user requested febootstrap --yum-config option... no
checking which Linux distro for package names... UBUNTU
checking for rpcgen... rpcgen
checking for xdrmem_create in -lportablexdr... no
checking for library containing xdrmem_create... none required
checking for cpio... cpio
checking for gperf... gperf
checking for pod2man... pod2man
checking for pod2text... pod2text
checking for pod2html... pod2html
checking for mkisofs... /usr/bin/mkisofs
checking for xmllint... xmllint
che...
2010 Dec 07
0
builder-ubuntu libguestfs FAILED build step 21810ade12e43fb4d8bfdcefb37a7d8bbe9eef8c
...ould build the daemon... yes
checking if we should build the appliance... yes
checking for febootstrap... febootstrap
checking if user requested febootstrap --yum-config option... no
checking which Linux distro for package names... UBUNTU
checking for rpcgen... rpcgen
checking for xdrmem_create in -lportablexdr... no
checking for library containing xdrmem_create... none required
checking for cpio... cpio
checking for gperf... gperf
checking for pod2man... pod2man
checking for pod2text... pod2text
checking for pod2html... pod2html
checking for mkisofs... /usr/bin/mkisofs
checking for xmllint... xmllint
che...
2014 May 29
3
Re: libguestfs error
.... /usr/bin/supermin
checking for --with-supermin-packager-config option... not set
checking for --with-supermin-extra-options option... not set
checking supermin is new enough... 5.1
checking which Linux distro for package names... UBUNTU
checking for rpcgen... rpcgen
checking for xdrmem_create in -lportablexdr... no
checking for library containing xdrmem_create... none required
checking for library containing xdr_u_int64_t... no
checking for library containing xdr_uint64_t... none required
checking selinux/selinux.h usability... yes
checking selinux/selinux.h presence... yes
checking for selinux/selinux....
2011 Jun 21
0
builder-ubuntu libguestfs FAILED build step e1e78bcef5e4654bd2456bd696840329359d35cd
...ould build the daemon... yes
checking if we should build the appliance... yes
checking for febootstrap... febootstrap
checking if user requested febootstrap --yum-config option... no
checking which Linux distro for package names... UBUNTU
checking for rpcgen... rpcgen
checking for xdrmem_create in -lportablexdr... no
checking for library containing xdrmem_create... none required
checking for cpio... cpio
checking for gperf... gperf
checking for pod2man... pod2man
checking for pod2text... pod2text
checking for pod2html... pod2html
checking if pod2man takes --stderr option... yes
checking if pod2man takes -...
2011 Jan 28
0
builder-ubuntu libguestfs FAILED build step f060d5bcd40b4a6506d7994e67d57dccab1651b8
...ould build the daemon... yes
checking if we should build the appliance... yes
checking for febootstrap... febootstrap
checking if user requested febootstrap --yum-config option... no
checking which Linux distro for package names... UBUNTU
checking for rpcgen... rpcgen
checking for xdrmem_create in -lportablexdr... no
checking for library containing xdrmem_create... none required
checking for cpio... cpio
checking for gperf... gperf
checking for pod2man... pod2man
checking for pod2text... pod2text
checking for pod2html... pod2html
checking for mkisofs... /usr/bin/mkisofs
checking for xmllint... xmllint
che...
2011 Jan 28
1
builder-debian libguestfs FAILED build step 82f5fdb0dbbc0c7b04861edeadf70c86c9342df2
...ould build the daemon... yes
checking if we should build the appliance... yes
checking for febootstrap... febootstrap
checking if user requested febootstrap --yum-config option... no
checking which Linux distro for package names... DEBIAN
checking for rpcgen... rpcgen
checking for xdrmem_create in -lportablexdr... no
checking for library containing xdrmem_create... none required
checking for cpio... cpio
checking for gperf... gperf
checking for pod2man... pod2man
checking for pod2text... pod2text
checking for pod2html... pod2html
checking for mkisofs... /usr/bin/mkisofs
checking for xmllint... xmllint
che...
2010 Dec 14
1
builder-debian libguestfs FAILED build step dec770f171329868081985ca0aa3d52eb3759935
...ould build the daemon... yes
checking if we should build the appliance... yes
checking for febootstrap... febootstrap
checking if user requested febootstrap --yum-config option... no
checking which Linux distro for package names... DEBIAN
checking for rpcgen... rpcgen
checking for xdrmem_create in -lportablexdr... no
checking for library containing xdrmem_create... none required
checking for cpio... cpio
checking for gperf... gperf
checking for pod2man... pod2man
checking for pod2text... pod2text
checking for pod2html... pod2html
checking for mkisofs... /usr/bin/mkisofs
checking for xmllint... xmllint
che...
2011 Jan 18
1
builder-debian libguestfs FAILED build step 41bbc0a7a3f3cd768c83183327ffc562d2040a83
...ould build the daemon... yes
checking if we should build the appliance... yes
checking for febootstrap... febootstrap
checking if user requested febootstrap --yum-config option... no
checking which Linux distro for package names... DEBIAN
checking for rpcgen... rpcgen
checking for xdrmem_create in -lportablexdr... no
checking for library containing xdrmem_create... none required
checking for cpio... cpio
checking for gperf... gperf
checking for pod2man... pod2man
checking for pod2text... pod2text
checking for pod2html... pod2html
checking for mkisofs... /usr/bin/mkisofs
checking for xmllint... xmllint
che...
2011 Mar 04
1
builder-debian libguestfs FAILED build step eda9826d25336bcf661700270c580d4d62128750
...ould build the daemon... yes
checking if we should build the appliance... yes
checking for febootstrap... febootstrap
checking if user requested febootstrap --yum-config option... no
checking which Linux distro for package names... DEBIAN
checking for rpcgen... rpcgen
checking for xdrmem_create in -lportablexdr... no
checking for library containing xdrmem_create... none required
checking for cpio... cpio
checking for gperf... gperf
checking for pod2man... pod2man
checking for pod2text... pod2text
checking for pod2html... pod2html
checking for mkisofs... /usr/bin/mkisofs
checking for xmllint... xmllint
che...
2011 Feb 15
4
builder-debian libguestfs FAILED build step f455dc3814bf9f7e7e894ba81360acb0edd92464
...ould build the daemon... yes
checking if we should build the appliance... yes
checking for febootstrap... febootstrap
checking if user requested febootstrap --yum-config option... no
checking which Linux distro for package names... DEBIAN
checking for rpcgen... rpcgen
checking for xdrmem_create in -lportablexdr... no
checking for library containing xdrmem_create... none required
checking for cpio... cpio
checking for gperf... gperf
checking for pod2man... pod2man
checking for pod2text... pod2text
checking for pod2html... pod2html
checking for mkisofs... /usr/bin/mkisofs
checking for xmllint... xmllint
che...
2011 Jan 28
0
builder-debian libguestfs FAILED build step f060d5bcd40b4a6506d7994e67d57dccab1651b8
...ould build the daemon... yes
checking if we should build the appliance... yes
checking for febootstrap... febootstrap
checking if user requested febootstrap --yum-config option... no
checking which Linux distro for package names... DEBIAN
checking for rpcgen... rpcgen
checking for xdrmem_create in -lportablexdr... no
checking for library containing xdrmem_create... none required
checking for cpio... cpio
checking for gperf... gperf
checking for pod2man... pod2man
checking for pod2text... pod2text
checking for pod2html... pod2html
checking for mkisofs... /usr/bin/mkisofs
checking for xmllint... xmllint
che...
2011 Mar 15
0
builder-debian libguestfs FAILED build step d1f1f74e5f45fa5b94ebb096fa65fa33ecc23d09
...ould build the daemon... yes
checking if we should build the appliance... yes
checking for febootstrap... febootstrap
checking if user requested febootstrap --yum-config option... no
checking which Linux distro for package names... DEBIAN
checking for rpcgen... rpcgen
checking for xdrmem_create in -lportablexdr... no
checking for library containing xdrmem_create... none required
checking for cpio... cpio
checking for gperf... gperf
checking for pod2man... pod2man
checking for pod2text... pod2text
checking for pod2html... pod2html
checking if pod2man takes --stderr option... yes
checking if pod2man takes -...