[Libguestfs] libguestfs-tools failure that I can't figure out

Richard W.M. Jones rjones at redhat.com
Sat May 23 15:20:58 UTC 2020


On Sat, May 23, 2020 at 04:26:24AM -0600, Ben Wellborn wrote:
> + systemd-tmpfiles --prefix=/dev --prefix=/run --prefix=/var/run --create --boot
> systemd-tmpfiles: error while loading shared libraries: libpcap.so.1: cannot open shared object file: No such file or directory

This is the problem.

I'm absolutely certain I've seen this bug before but I cannot find it
right now.  Can you try to see which version of libpcap systemd is
linked to?  eg:

$ ldd /usr/lib/systemd/systemd | grep libpcap
  libpcap.so.1 => /lib64/libpcap.so.1 (0x00007f50a9af7000)

You can also see how the supermin appliance is being rebuilt and
whether libpcap is included by doing:

$ supermin --build -v -v -v --copy-kernel -f ext2 /usr/lib64/guestfs/supermin.d -o /tmp/appliance.d 

which will produce a lot of interesting debug output.

Rich.

-- 
Richard Jones, Virtualization Group, Red Hat http://people.redhat.com/~rjones
Read my programming and virtualization blog: http://rwmj.wordpress.com
virt-builder quickly builds VMs from scratch
http://libguestfs.org/virt-builder.1.html




More information about the Libguestfs mailing list