Ask Your Question
0

libtiff.so.3 needed but only libtiff.so.5.2 available.

asked 2018-11-16 08:09:20 -0600

updated 2018-11-16 09:49:49 -0600

Our existing code uses libtiff.so.3 for imgproc, but due to security upgrade for the OS (RHEL 6.9 to 7.4), only libtiff.so.5.2 is available. A soft link has been created as a temporary workaround. However, our system admin asks us to find a real solution. Any suggestion? Thanks very much.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2018-11-16 08:16:57 -0600

berak gravatar image

what if you use the 3rdparty libtiff, that comes with opencv src code, so it no more relies on the system's libtiff ?

cmake -DBUILD_TIFF=ON
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2018-11-16 08:09:20 -0600

Seen: 142 times

Last updated: Nov 16 '18