siriz / leptonica

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

checking if leptonica was successfully installed #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
How can I check if leptonica was succesfully installed in my shared server 
running on Linux Debian 6.0.6?; I configure, make and make install in 
/home/maytemontanolistados/local/src/leptonica-1.68.

This is part of a tesserac installation but ./configure tesserac is not finding 
leptonica library.

Thanks!

Mayte

Original issue reported on code.google.com by mmon...@yahoo.com on 12 May 2013 at 7:10

GoogleCodeExporter commented 9 years ago
I suspect that when you typed 'make install', it failed to copy the leptonica 
library to /usr/local/lib  (and it's likely the header files weren't copied to 
/usr/local/include either).  Check those directories and make sure that the 
library and header files are there.  If they are, I have no idea why 
tesseract's configure can't find them.

Original comment by dan.bloo...@gmail.com on 12 May 2013 at 9:12

GoogleCodeExporter commented 9 years ago
I dont have root access so leptonica header files are in 
/home/maytemontanolistados/local/src/leptonica-1.68/include/leptonica; I 
configure tesserac with: 

LIBLEPT_HEADERSDIR=home/maytemontanolistados/local/src/leptonica-1.68/include/le
ptonica ./configure

and still does not work (attach log)

Thanks a lot!

Original comment by mmon...@yahoo.com on 12 May 2013 at 10:48

Attachments:

GoogleCodeExporter commented 9 years ago
you are missing a "/" in front of "home".  That may be the problem.

Original comment by dan.bloo...@gmail.com on 13 May 2013 at 12:32

GoogleCodeExporter commented 9 years ago
was a typo.....I tried
LIBLEPT_HEADERSDIR=/home/maytemontanolistados/local/src/leptonica-1.68/include/l
eptonica ./configure

still leptonica missing!

Original comment by mmon...@yahoo.com on 13 May 2013 at 2:46