Jump to content

Missing libtiff5 in linux build


Recommended Posts

Recently, I downloaded Mine-imator 2.0.2 from this topic using portable .tar method. But when I launched Mine-imator executable, I saw an error:
 

./Mine-imator: error while loading shared libraries: libtiff.so.5: cannot open shared object file: No such file or directory


I have fast solution that works for Debian 12 Bookworm (x86_64/amd64):

sudo apt install libtiff5-dev
sudo ln -s /usr/lib/x86_64-linux-gnu/libtiff.so Data/libtiff.so.5


Run this commands in Mine-imator folder that contains executable file. I don't know if there is bugs with exporting or something, but at least it launching.

For developers:
Looks like someone forgot to add libtiff.so.5 to Linux build :)

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    No registered users viewing this page.

  • Create New...