LBNL-ETA / pyradiance

Python wrapper for the validated RADIANCE ray-tracing engine
Other
12 stars 3 forks source link

ra_tiff dependency error #40

Open manuvarkey opened 1 month ago

manuvarkey commented 1 month ago

On Ubuntu 24.04, libtiff.so.5 is not available which is a dynamic dependency of ra_tiff leading to the following error.

ra_tiff: error while loading shared libraries: libtiff.so.5: cannot open shared object file: No such file or directory

Symlinking libtiff.so.6 to libtiff.so.5 in In /usr/lib/x86_64-linux-gnu fixes the issue.

Seems like radiance binaries used by pyradiance is build against an old version of libtiff. Is it possible to resolve the issue without tampering with system libraries ?

Moult commented 1 month ago

Can also confirm on latest stable on Gentoo.