On Wed, Jan 31, 2018 at 09:09:11AM +0000, [email protected] wrote: > Hi, > > We have done on fresh instance. > > We have manually installed libguestfs-1.32.10. > I could see below log while running ./configure: > > checking Python version... 3.6 > checking for PYTHON... yes > checking Python prefix... /opt/python/x86_64/3.6.3-1 > checking for Python site-packages path... > /opt/python/x86_64/3.6.3-1/lib/python3.6/site-packages > checking for Python extension suffix (PEP-3149)... > .cpython-36m-x86_64-linux-gnu.so > checking for PyCapsule_New in -lc... no
This is supposed to be ‘yes’ which is why it's failing. You'll have to debug m4/guestfs_python.m4 and config.log to find out why that is but something is obviously broken about your Python installation. Rich. -- Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones Read my programming and virtualization blog: http://rwmj.wordpress.com virt-top is 'top' for virtual machines. Tiny program with many powerful monitoring features, net stats, disk stats, logging, etc. http://people.redhat.com/~rjones/virt-top _______________________________________________ Libguestfs mailing list [email protected] https://www.redhat.com/mailman/listinfo/libguestfs
