Sample Header Ad - 728x90

Problem with ldconfig during Tesseract installation: "/usr/local/lib is not a known library type"

2 votes
1 answer
3187 views
I was following this instruction on this site to installing tesseract: https://github.com/tesseract-ocr/tesseract/wiki/Compiling git clone https://github.com/tesseract-ocr/tesseract.git cd tesseract ./autogen.sh ./configure make sudo make install sudo ldconfig But there is a problem in the last line and I got this error messages when I tried ldconfig: /sbin/ldconfig.real: /usr/local/lib is not a known library type /sbin/ldconfig.real: /usr/local/lib/pkgconfig is not a known library type What's that error meaning and how can I fix it? This is the content of /etc/ld.so.conf.d/libc.conf : # libc default configuration /usr/local/lib
Asked by user3486308 (609 rep)
Dec 13, 2016, 04:56 PM
Last activity: Aug 4, 2025, 11:04 PM