I am fairly new to this and I am trying to install leptonica 1.68 (as part of my tesseract 3.02.02 installation) in my linux shared server (no root access); so far I did:
Installing leptonica dependencie: 1. make dir /local/src 2. chmod u+rwx /local/src 3. downloaded leptonica-1.68.tar.gz in to /local/src 4. tar -xzvf leptonica-1.68.tar.gz 5. cd to /local/src/leptonica-1.68 6. ./configure 7. make 8. after this trying make install but got error "canot create regular file" - permission denied (attached file); so I am not sure if installation was successful So leptonica is installed right? (check attached config.log for leptonica installation). After this I go ahead and try to compile tesserac: 1. downloaded tesseract-ocr-3.02.02.tar.gz 2. tar -xzvf tesseract-ocr-3.02.02.tar.gz 3. cd to /local/src/tesseract-ocr 4. ./configure 5. Got the error: checking for leptonica... configure: error: leptonica not found I appreciate anyone that can help! Mayte -- You received this message because you are subscribed to the Google Groups "ocropus" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msg/ocropus/-/9sE5Lu6y7u0J. For more options, visit https://groups.google.com/groups/opt_out.
make install Making install in src make[1]: Entering directory `/home/maytemontanolistados/local/src/leptonica-1.68/src' make[2]: Entering directory `/home/maytemontanolistados/local/src/leptonica-1.68/src' test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c liblept.la '/usr/local/lib' libtool: install: /usr/bin/install -c .libs/liblept.so.2.0.0 /usr/local/lib/liblept.so.2.0.0 /usr/bin/install: cannot create regular file `/usr/local/lib/liblept.so.2.0.0': Permission denied make[2]: *** [install-libLTLIBRARIES] Error 1 make[2]: Leaving directory `/home/maytemontanolistados/local/src/leptonica-1.68/src' make[1]: *** [install-am] Error 2 make[1]: Leaving directory `/home/maytemontanolistados/local/src/leptonica-1.68/src' make: *** [install-recursive] Error 1
config.log
Description: Binary data
