Missing shared library

Forums Imaging Non-Windows stacking software. Missing shared library

#581441
Dr Paul Leyland
Participant

Minor problem. Your tarball contains dynamically linked binaries which link against versions of libraries not installed on this Ubuntu system. For instance:

pcl@thoth:~/Nick$ ./fcombine
./fcombine: error while loading shared libraries: libnetpbm.so.11: cannot open shared object file: No such file or directory
pcl@thoth:~/Nick$ locate libnetpbm
/usr/lib/libnetpbm.so.10
/usr/lib/libnetpbm.so.10.0
/usr/share/doc/libnetpbm10
/usr/share/doc/libnetpbm10/changelog.Debian.gz
/usr/share/doc/libnetpbm10/copyright
/var/lib/dpkg/info/libnetpbm10.list
/var/lib/dpkg/info/libnetpbm10.md5sums
/var/lib/dpkg/info/libnetpbm10.shlibs
/var/lib/dpkg/info/libnetpbm10.triggers

Likewise, my libwcs is in /usr/lib/x86_64-linux-gnu/libwcs.so.6 whereas the binary calls for libwcs.so.5

Would it be possible to have either source code (preferable) or statically linked binaries please?

Thanks.