Hey all, Has anyone been able to install leveldb on 6.4 with header files ?
i have installed it with pkg_add # pkg_info -Q leveldb leveldb-1.20 (installed) but it will not include: fatal error: 'leveldb/db.h' file not found #include "leveldb/db.h" ^~~~~~~~~~~~~~ 7 warnings and 1 error generated. error: command 'cc' failed with exit status 1 - flipchan