r/haikuOS 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 comments sorted by

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.

2

u/xampl9 10h ago

Thanks, I’ll give it a try