Forum How do I...?

Statically linked binaries

felipellrocha
I'm having trouble installing Prince on a node:12-slim docker image due to dependency issues.

for context, they use Debian, and I have been getting this error:
/usr/local/lib/prince/bin/prince: error while loading shared libraries: libjpeg.so.8: cannot open shared object file: No such file or directory

Even after using `gdebi` and the debian `.deb` file

Do you guys provide statically linked binaries? That would go a long ways into simplifying the installation process.

Edited by felipellrocha

mikeday
The .deb package is normally installed in /usr not /usr/local, but it may require installing some additional libraries like libjpeg if they aren't already present.

You could try the Generic Linux packages, which include most of the necessary dependencies already.
felipellrocha
That worked, thanks!

Felipe