similar to: "configure: error: Unable to find <rpc/rpc.h>" when compiling libvirt 6.0.0 from a release tarball

Displaying 20 results from an estimated 1000 matches similar to: ""configure: error: Unable to find <rpc/rpc.h>" when compiling libvirt 6.0.0 from a release tarball"

2020 Mar 30
0
Re: "configure: error: Unable to find <rpc/rpc.h>" when compiling libvirt 6.0.0 from a release tarball
I have tried below command, but still didn't work. ../configure CPPFLAGS="-I/usr/local/include/rpc" -- FuLong Wang fulong.wang@cn.ibm.com IBM China Systems Lab, Beijing, China _______________________________________________ On 3/30/20 11:57, FuLong Wang wrote: > > Hello Experts, > > I'm trying to compiling libvirt 6.0.0 on an CentOS 8 env by following > the
2020 Mar 30
1
Re: "configure: error: Unable to find <rpc/rpc.h>" when compiling libvirt 6.0.0 from a release tarball
On 30. 3. 2020 8:15, FuLong Wang wrote: > > I have tried below command, but still didn't work. > > > ../configure CPPFLAGS="-I/usr/local/include/rpc" You can set only CFLAGS and not CPPFLAGS. But I suspect that you need to set LDFLAGS too so that even linker knows where to look for the library. Also, there is config.log which should display the exact error which
2020 Jun 02
2
Fwd: Hello
---------- Forwarded message --------- From: K. Kahurani <k.kahurani at gmail.com> Date: Sun, May 31, 2020 at 2:26 PM Subject: Hello To: <eblake at redhat.com> Hello, Hopefully this finds you well. This is not a bug report but more or less an inquiry as based on the information acquired from Jim Fehlig a while back, it is possible you would have some important information regarding
2010 Mar 21
1
[PATCH 0/2] Another couple of OS X patches
With these I was able to build the library part of libguestfs. In addition to the dependencies I listed before, you also need PortableXDR. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#)
2017 Mar 06
0
[PATCH] lib: Prefer tirpc for XDR, and rationlise how we search for alternatives.
glibc in Fedora is currently configured with `--enable-obsolete-rpc', so I guess 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,
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.
2013 Aug 19
1
Re: 2 patches to make portablexdr useable in mingw
I believe the 2 patches I sent you can be applied to the trunk On Mon, Aug 19, 2013 at 2:06 PM, Richard W.M. Jones <rjones@redhat.com>wrote: > > If you pass on something which can be applied to the portablexdr git > repo, then I'll apply them. But portablexdr is obsolete for a reason > - it's not been worked on for 4 years and needs a maintainer. > > Rich. >
2010 Mar 21
2
Observations on compiling on Mac OS X 10.5 (Leopard)
I started with: - Mac OS X 10.5.8 - Xcode installed - OCaml from GODI - qemu from git autoconf is really ancient (2.61). It doesn't have AM_SILENT_RULES and although we tried to make things work when autoconf lacks this by having: m4_ifndef([AM_SILENT_RULES], [m4_define([AM_SILENT_RULES],[])]) AM_SILENT_RULES([yes]) # make --enable-silent-rules the default. this nevertheless
2010 Aug 12
1
building libvirt-0.8.3 for windows ( with dlls )
Hi, I'm trying to compile the latest libvirt (0.8.3 ) on windows and the configure fails to find XDR lib. I installed the xdr-4.0-mingw2 and configure complains the XDR library doesn't exist. Should I get another XDR lib? The command I run: $ ./configure --with-esx --without-sasl --without-avahi --without-polkit --without-python --without-xen --without-qemu --without-lxc
2020 Apr 02
2
libvirt Source RPMs for CentOS or RHEL?
Hello Experts, Do we have libvirt source rpms (version above 5.9.0) for CentOS or RHEL? I only find source rpms for fedora in below public link. https://libvirt.org/sources/ -- FuLong Wang fulong.wang@cn.ibm.com IBM China Systems Lab, Beijing, China _______________________________________________
2020 Jul 16
1
Re: Unable to decode message length
Thank you for the help. But here I get exactly the same data as you. So I suppose the issue is on the server side only. I will try with gdb now. On Wed, Jul 15, 2020 at 16:02, Michal Privoznik <mprivozn@redhat.com> wrote: > On 7/14/20 7:42 PM, Valentin David wrote: >> Hello all, >> >> I have been trying to get libvirtd to work but when I connect to it >> with
2013 Aug 18
3
2 patches to make portablexdr useable in mingw
-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libguestfs/attachments/20130818/417d8dec/attachment.htm> -------------- next part -------------- A non-text attachment was scrubbed... Name: Add missing forward declarations.patch Type: application/octet-stream Size: 524 bytes Desc: not available URL:
2020 Mar 31
2
How to perform an in-place upgrade for libvirt
Hello Experts, Is it possible to perform an in-place upgrade for libvirt. Assume, i have a CentOS 8 installation (choose server with GUI) with libvirt version 4.5.1 and i want to upgrade the libvirt to version 6.0.0, how to implement a perfect replacement for all the related files (libraries, header files, etc)? Does anybody here has the experience for this? Many Thanks! -- FuLong Wang
2013 Aug 19
0
Re: 2 patches to make portablexdr useable in mingw
If you pass on something which can be applied to the portablexdr git repo, then I'll apply them. But portablexdr is obsolete for a reason - it's not been worked on for 4 years and needs a maintainer. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones virt-p2v converts physical machines to virtual machines. Boot with a live CD or over the network
2012 Jul 24
11
[PATCH 01/12] configure: Add -nographic command line option to qemu.
Without this option, configure will fail when there is no display. Signed-off-by: Masami HIRATA <msmhrt at gmail.com> --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index de8a064..61d6f69 100644 --- a/configure.ac +++ b/configure.ac @@ -593,16 +593,16 @@ working. AC_MSG_FAILURE([$QEMU version must be >=
2009 Nov 25
1
[PATCH] daemon/Win32: Use xdr_u_int for PortableXDR compatibility.
-- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming blog: http://rwmj.wordpress.com Fedora now supports 80 OCaml packages (the OPEN alternative to F#) http://cocan.org/getting_started_with_ocaml_on_red_hat_and_fedora -------------- next part -------------- >From 100fc211d672da2ef0adc81f65ec9903346c6d8c Mon Sep 17 00:00:00 2001 From: Richard
2009 Nov 25
0
Notes: Building the daemon on Windows
My aim is to get to the stage where we can start the daemon and run it under Wine. By using a dummy QEMU wrapper[1] we can have the daemon be run from a real Linux libguestfs program. It'll be running on the same machine (not in an appliance) and it'll be running under Wine, not Windows, but that's good enough to start testing the XDR protocol and some simple commands. It's very
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:
2012 Feb 05
4
qcow2 performance
Greets, I have to research performance-issues of a W2003-VM within KVM. Right now it's a qcow2-image-file w/ default settings within libvirt (configured by vmm ...) My question: what caching to use? writeback/writethrough/etc ... what to use for data integrity while not getting ultraslow performance? Found https://www.linuxfoundation.jp/jp_uploads/JLS2009/jls09_hellwig.pdf Is there
2020 Apr 08
2
[PATCH 1/3] target/mips: Support variable page size
Traditionally, MIPS use 4KB page size, but Loongson prefer 16KB page size in system emulator. So, let's define TARGET_PAGE_BITS_VARY and TARGET_PAGE_BITS_MIN to support variable page size. Cc: Jiaxun Yang <jiaxun.yang at flygoat.com> Signed-off-by: Huacai Chen <chenhc at lemote.com> --- target/mips/cpu-param.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git