mtpaint 2.3 works fine but I did want to note that it looks for an older version of libtiff. The solution was to simply link the newer version to the version mtpaint was looking for.
ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3
Voila! it works :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for the feedback. Just a quick question, are you compiling the source tar.bz2, or are you using the binary I compiled in *.tgz? I compiled the binary on my Slackware system which has libtiff.so.3, so that may explain the difference.
Whatever the cause, I hope you like the program. :)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
mtpaint 2.3 works fine but I did want to note that it looks for an older version of libtiff. The solution was to simply link the newer version to the version mtpaint was looking for.
ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3
Voila! it works :)
Thanks for the feedback. Just a quick question, are you compiling the source tar.bz2, or are you using the binary I compiled in *.tgz? I compiled the binary on my Slackware system which has libtiff.so.3, so that may explain the difference.
Whatever the cause, I hope you like the program. :)