You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 17, 2025. It is now read-only.
I'm trying to compile kyoto. All dependencies are installed. Unfortunately the configure cannot find the lzo libraries with I linked in LD_LIBRARY_PATH, C_INCLUDE_PATH, LD_RUN_PATH and LIBRARY_PAT.
checking for zlib.h... yes
checking lzo/lzo1x.h usability... no
checking lzo/lzo1x.h presence... no
checking for lzo/lzo1x.h... no
configure: error: lzo/lzo1x.h is required
make: *** [kyotocabinet/Makefile] Error 1
Hi,
I'm trying to compile kyoto. All dependencies are installed. Unfortunately the configure cannot find the lzo libraries with I linked in
LD_LIBRARY_PATH,C_INCLUDE_PATH,LD_RUN_PATHandLIBRARY_PAT.How do I solve this?
Thanks a lot
F