When running configure it fails with
checking for leptonica... yes
checking for pixCreate in -llept... no
configure: error: leptonica library missing
But I have leptonica 1.69 built (downloaded source and ran ./configure && make install
)
Edit
I think configure: error: leptonica library missing
is a bit misleading, please note that it first says checking for leptonica... yes
, and then fails on checking for pixCreate in -llept... no
. So maybe the problem is not that the library is missing, but something else.