2010/5/26 Zdenko Podobný <[email protected]>: > 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 >
I didn't do anything with the Java stuff - did that work before? > 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. > Once you've run ldconfig once, it's cached, so you don't need to do it again (unless the library version changes). > Tested on: Mandriva Linux release 2010.1 (Cooker) for x86_64 > Ok, thanks. That's more or less what I was looking for :) I'm interested in seeing how it goes on systems other than Linux; I should be able to test Cygwin myself in the next few days, but OS X/Solaris/*BSD etc. are not currently available to me. -- <Leftmost> jimregan, that's because deep inside you, you are evil. <Leftmost> Also not-so-deep inside you. -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en.

