open-discussion
open-discussion > RE: Problem findind libtiff.so.3
Aug 1, 2012 07:08 PM | Brandon Whitcher
RE: Problem findind libtiff.so.3
Originally posted by Juan Eugenio Iglesias:
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
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
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
Threaded View
| Title | Author | Date |
|---|---|---|
| Juan Eugenio Iglesias | Jul 24, 2012 | |
| Brandon Whitcher | Aug 1, 2012 | |
| Juan Eugenio Iglesias | Aug 1, 2012 | |
