jacklicn / tesseract-ocr

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

tesseract: symbol lookup error: tesseract: undefined symbol: page_image #547

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
I have installed tesseract 3.00 as described in Wiki. I am using the following 
command. 
  tesseract phototest.tif Test

but the I am getting the following error.

tesseract: symbol lookup error: tesseract: undefined symbol: page_image

What is the expected output? What do you see instead?
Test.txt

What version of the product are you using? On what operating system?
I am using tesseract 3.00 on Ubuntu.

Please provide any additional information below.

Original issue reported on code.google.com by shahidda...@gmail.com on 7 Sep 2011 at 1:03

GoogleCodeExporter commented 9 years ago
I got the same error. Turned out that my library-path wasn't set correctly.

try

export LD_LIBRARY_PATH=$LD_LIBRARAY_PATH:{path_to_your_tesseract_install}/lib

Original comment by ulf...@gmail.com on 21 Sep 2011 at 8:16

GoogleCodeExporter commented 9 years ago
@shahidda: it looks like you did not run 'sudo ldconfig'... (see 
http://code.google.com/p/tesseract-ocr/wiki/ReadMe#Linux). Or your 
{path_to_your_tesseract_install}/lib is not in /etc/ld.so.conf (alternative 
solution is in comment #1)

Can you please please confirm that this is still issue?

Original comment by zde...@gmail.com on 29 Sep 2011 at 9:34

GoogleCodeExporter commented 9 years ago

Original comment by zde...@gmail.com on 23 Feb 2012 at 7:54