open-discussion > Problem findind libtiff.so.3
Showing 1-3 of 3 posts
Display:
Results per page:
Jul 24, 2012  02:07 PM | Juan Eugenio Iglesias
Problem findind libtiff.so.3
Another elastix-related problem: it requires libtiff.so.3, which is not included in many linux distributions anymore.
This can be easily solved with a symbolic link. Let's say we have libtiff.so.3.8.2 in /usr/lib/. Then, we would type in the command line:
sudo ln -s /usr/lib/libtiff.so.3.8.2 /usr/lib/libtiff.so.3
And that's it :-)
/Eugenio
Aug 1, 2012  07:08 PM | Brandon Whitcher
RE: Problem findind libtiff.so.3
Originally posted by Juan Eugenio Iglesias:
Another elastix-related problem: it requires libtiff.so.3, which is not included in many linux distributions anymore.
This can be easily solved with a symbolic link. Let's say we have libtiff.so.3.8.2 in /usr/lib/. Then, we would type in the command line:
sudo ln -s /usr/lib/libtiff.so.3.8.2 /usr/lib/libtiff.so.3
And that's it :-)
/Eugenio

I have libtiff 4 installed on my Ubuntu system, and I don't see an easy way to install 3.  What do you suggest?

thanks,
Brandon
Aug 1, 2012  08:08 PM | Juan Eugenio Iglesias
RE: Problem findind libtiff.so.3
Creating a symbolic link to libtiff.so.4 won't do it?