Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ra_tiff dependency error #40

Open
manuvarkey opened this issue Aug 26, 2024 · 1 comment
Open

ra_tiff dependency error #40

manuvarkey opened this issue Aug 26, 2024 · 1 comment
Assignees

Comments

@manuvarkey
Copy link

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
Copy link

Moult commented Aug 27, 2024

Can also confirm on latest stable on Gentoo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@Moult @manuvarkey @taoning and others