search for: libsbz

Displaying 3 results from an estimated 3 matches for "libsbz".

2020 Sep 03
1
Re: Error while loading shared libraries: libsbz.so
I've tried the workaround you suggested but it doesn't seem to work. Also tried to add just "libsbz.so" to zz-workaround with no success. It throws the same error as before. PS: Sorry I've just hit reply without checking the "To:" address and I guess it sent directly to you. On Thu, Sep 3, 2020 at 1:59 PM Richard W.M. Jones <rjones@redhat.com> wrote: > [Please keep...
2020 Sep 03
0
Re: Error while loading shared libraries: libsbz.so
...hannel=[^[:space:]]+' /proc/cmdline > + eval > + test x '!=' x > + test 1 = 1 > + cmd='guestfsd --verbose' > + test '' = 1 > + echo guestfsd --verbose > guestfsd --verbose > + guestfsd --verbose > guestfsd: error while loading shared libraries: libsbz.so: cannot open shared object file: No such file or directory It's some kind of packaging bug. Possibly it can be fixed by rebuilding the libguestfs package on Ubuntu. In the meantime you can do something like this to work around it: echo '/usr/lib/*/libsbz.so*' > /usr/lib/x86...
2020 Sep 03
3
Error while loading shared libraries: libsbz.so
...a VM it fails with: libguestfs: error: appliance closed the connection unexpectedly. > libguestfs: error: guestfs_launch failed. After doing "export LIBGUESTFS_DEBUG=1 LIBGUESTFS_TRACE=1" and running the virt-cat command again I get: guestfsd: error while loading shared libraries: libsbz.so: cannot open > shared object file: No such file or directory I've tried to reinstall libguestfs-tools with "apt-get --reinstall install libguestfs-tools", but I still get the same error. Can someone help me fix this?