Artix Linux Forum

Artix Linux => Package management => Topic started by: mardiyah on 05 February 2023, 16:46:17

Title: On: "libtiff.so.5: cannot open shared"
Post by: mardiyah on 05 February 2023, 16:46:17
Hep solve this:

Code: [Select]
error while loading shared libraries: libtiff.so.5: cannot open shared object file

while there's found libtiff.so.6
Title: Re: On: "libtiff.so.5: cannot open shared"
Post by: jspaces on 05 February 2023, 19:24:39
Library breakage is fixed by re-building the application which will link the application in question with the new version(s) of the shared library(ies).
Title: Re: On: "libtiff.so.5: cannot open shared"
Post by: capezotte on 05 February 2023, 22:36:59
https://forum.artixlinux.org/index.php/topic,4853.0.html
Title: Re: On: "libtiff.so.5: cannot open shared"
Post by: ndowens on 07 February 2023, 07:14:33
What app is giving that? That info would be helpful.