jacklicn / leptonica

Automatically exported from code.google.com/p/leptonica
0 stars 0 forks source link

libtesseract.so.3: cannot open shared object file #58

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. svn checkout http://leptonica.googlecode.com/svn/trunk/ leptonica-read-only
2. ./autogen.sh
3. ./configure
4. make
5. make install
6. tesseract -v

What is the expected output?
Answer: the return of a version number.
 What do you see instead?
Answer: 

hermes tesseract-ocr-read-only # tesseract -v
tesseract: error while loading shared libraries: libtesseract.so.3: cannot open 
shared object file: No such file or directory
hermes tesseract-ocr-read-only #

What version of the product are you using? 
Revision: 675

On what operating system?
hermes src # uname -a
Linux hermes 2.6.39.2 #7 SMP Wed Aug 10 05:51:40 PDT 2011 x86_64 AMD Phenom(tm) 
II X4 940 Processor AuthenticAMD GNU/Linux
hermes src #

Please provide any additional information below.

hermes lib # ls -la libtess*
-rw-r--r-- 1 root root 57944230 Feb 15 08:46 libtesseract.a
-rwxr-xr-x 1 root root     1148 Feb 15 08:46 libtesseract.la
lrwxrwxrwx 1 root root       21 Feb 15 08:46 libtesseract.so -> 
libtesseract.so.3.0.2
lrwxrwxrwx 1 root root       21 Feb 15 08:46 libtesseract.so.3 -> 
libtesseract.so.3.0.2
-rwxr-xr-x 1 root root 21046190 Feb 15 08:46 libtesseract.so.3.0.2
hermes lib #

Do you want me to "make clean" and then make again, preserving the output from 
make?

Original issue reported on code.google.com by jlpool...@gmail.com on 15 Feb 2012 at 4:54

GoogleCodeExporter commented 9 years ago
Sorry, this is the wrong forum, this was meant for tesseract.

Original comment by jlpool...@gmail.com on 15 Feb 2012 at 4:56

GoogleCodeExporter commented 9 years ago

Original comment by dan.bloo...@gmail.com on 15 Feb 2012 at 5:47