For context the error was: > guestfsd: error while loading shared libraries: libjansson.so.4: cannot open shared object file: No such file or directory
On Mon, Feb 26, 2024 at 03:12:15PM +0000, Teja Konapalli wrote: > rpm -q libguestfs > libguestfs-1.48.4-150500.1.13.x86_64 This is quite an old version of libguestfs in OpenSUSE (from 2022-10-20). Can you try a newer version? I looked at the build log for libguestfs 1.52 in OpenSUSE 15.6 and the dependencies are being calculated correctly now: https://build.opensuse.org/package/show/Virtualization/libguestfs -> https://build.opensuse.org/public/build/Virtualization/15.6/x86_64/libguestfs/_log [ 284s] guestfsd.deps: [ 284s] glibc [ 284s] libacl1 [ 284s] libaugeas0 [ 284s] libcap2 [ 284s] libhivex0 [ 284s] libjansson4 [ 284s] libpcre2-8-0 [ 284s] libselinux1 [ 284s] libtirpc3 [ 284s] libzstd1 [ 284s] rpm This almost exactly matches the dependencies calculated on Fedora, and as you can see it includes libjansson4. 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 -- guestfs@lists.libguestfs.org To unsubscribe send an email to guestfs-le...@lists.libguestfs.org