[Libguestfs] Debugging libguestfs

Richard W.M. Jones rjones at redhat.com
Mon Oct 5 18:41:58 UTC 2020


On Mon, Oct 05, 2020 at 06:28:06PM +0000, Alexander Prada wrote:
> Here is my output I am getting on my kali machine. I believe that the error is:
> 
> guestfsd: error while loading shared libraries: libtsk.so.19: cannot open
> shared object file: No such file or directory
> 
> I tried to change the LD_LIBRARY_PATH to numerous locations and libtsk.so.19 is
> inside /usr/lib/x86_64-linux-gnu

As a workaround what you can do is drop in a file into the appliance:

  echo /usr/lib/x86_64-linux-gnu/libtsk.so.19 > /usr/lib/x86_64-linux-gnu/guestfs/supermin.d/zz-libtsk

However this indicates a problem with libguestfs on Kali Linux.
It probably just needs the package to be rebuilt to pick up the
new library name.

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




More information about the Libguestfs mailing list