You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
On Ubuntu 24.04,
libtiff.so.5
is not available which is a dynamic dependency ofra_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
tolibtiff.so.5
in In/usr/lib/x86_64-linux-gnu
fixes the issue.Seems like
radiance
binaries used bypyradiance
is build against an old version oflibtiff
. Is it possible to resolve the issue without tampering with system libraries ?The text was updated successfully, but these errors were encountered: