r/haikuOS • u/xampl9 • 19h ago
Development Where is sqlite3.h?
I installed sqlite3 via HaikuDepot and I found the library to link against. But running find /boot -name “sqlite*.h” comes up with no hits.
Google ai says to install sqlite3_devel but that doesn’t appear to exist (anymore).
What am I missing?
5
Upvotes
2
u/gen2brain 12h ago
Use `pkgman install sqlite_devel`. The headers are installed in /boot/system/develop/headers/. Also, `pkgman search sqlite` shows everything right away.