I am running 32-bit Ubuntu 12.10 on an amazon instance. My java version is: OpenJDK Runtime Environment (IcedTea7 2.3.6) (7u13-2.3.6-0ubuntu0.12.10.1)
Per a previous post, I built tesseract from scratch. It put its libraries in /usr/local/lib, but Tess4J said: [junit] java.lang.UnsatisfiedLinkError: Unable to load library 'tesseract': /usr/lib/libtesseract.so.3.0.2: cannot open shared object file: No such file or directory so i put a symbolic link from:lrwxrwxrwx 1 root root 33 Feb 18 23:02 lib/libtesseract.so.3.0.2 -> ./local/lib/libtesseract.so.3.0.2 Still I get the "No such file or directory" message. Any tips for finding out what is going on? Thanks Al -- -- 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 --- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

