AmitGorvadiya / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

libtiff.so.5 ? #204

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I get "tesseract: error while loading shared libraries: libtiff.so.5:
cannot open shared object file: No such file or directory" when trying to
run tessearct on any tif image

What steps will reproduce the problem?
1. downloaded and built libtiff.3.6.1 (compat libs are all upto date)
2. ./config --with-libtiff

CentOs

Original issue reported on code.google.com by bobpet...@gmail.com on 22 Apr 2009 at 4:04

GoogleCodeExporter commented 9 years ago
had to create a symlink in my lib64/ to the default path to lib/ of libtiff

Original comment by bobpet...@gmail.com on 11 May 2009 at 3:49

GoogleCodeExporter commented 9 years ago
Looks like the use of --with-libtiff to me. If it were properly installed, then 
maybe 
you wouldn't need it.

Original comment by theraysm...@gmail.com on 29 May 2009 at 8:47