Hello, compilation process without problem:
./runautoconf
./configure
make
Than I installed it:
sudo make install
When I tried to run it:
/usr/local/bin/tesseract
I got error:
/usr/local/bin/tesseract: error while loading shared libraries:
libtesseract_api.so.3: cannot open shared object file: No such file
or directory
After I run:
sudo ldconfig
it start to works....
sudo make uninstall
Finished with error:
Making uninstall in java
make[1]: Entering directory `/usr/src/tesseract-ocr-r370/java'
make[1]: *** No rule to make target `uninstall'. Stop.
make[1]: Leaving directory `/usr/src/tesseract-ocr-r370/java'
make: *** [uninstall-recursive] Error 1
When I run 'sudo make uninstall' and than 'sudo make install' I do not
need to run 'ld_config'. So I not know if there is problem or not. Log
from 'sudo make install' is attached.
Tested on: Mandriva Linux release 2010.1 (Cooker) for x86_64
Zd.
Dn(a 26.05.2010 16:23, Jimmy O'Regan wrote / napísal(a):
> I've just updated the SVN version to use libtool (and shared
> libraries, that sort of thing) but it's only tested on Ubuntu Lucid.
>
> Anyone care to take it for a test run?
>
>
make.log.gz
Description: GNU Zip compressed data
smime.p7s
Description: S/MIME Cryptographic Signature

