Hello I usually get this error if I mix libraries (e.g. if I have old version of library but your library/program expect newer version of library). If you did not compile library by yourself, you should complain to packager of you program for wrong handling of dependencies...
If you compiled something from source (e.g. there could be more version
of the same library in you system) you should care about correct linking
of libraries...
You can find required libraries this way:
which tesseract
(in my case it produce '/usr/bin/tesseract'). Than use this command:
ldd /usr/bin/tesseract
BR,
Zd.
Dn(a 11.05.2010 00:49, Greg wrote / napísal(a):
> So, I've installed Tesseract on redhat EL4. It was quite a lot of
> effort and Google searching.
>
>
>> tesseract page9.tif out -l eng
>>
> Tesseract Open Source OCR Engine with Leptonica
> tesseract: symbol lookup error: tesseract: undefined symbol:
> TIFFCleanup
>
>
>>
> Any idea what this error message means? I can't find it with Google.
>
> Perhaps it's related to my libtiff-devel dependancy. If so, anyone
> know where to find an rpm for EL4?
>
>
smime.p7s
Description: S/MIME Cryptographic Signature

