Post #1848922
2026-04-28 02:41 UTC
#GlobalTalk I cannot get meson setup to build #netatalk 4.4.2 because it thinks there's no database system available. I have installed both sqlite3 and mysql/mariadb, and I can't tell if Berkeley DB (dbd) is installed or even possible on this platform.
What am I missing?
Is this a known problem on Raspberry Pi's? I have a 3B+ running the latest Pi OS 13 (Trixie), released April 21. Is there a compatibility issue? Should I try an older version of Netatalk (4.3) or the 4.5 beta? Or is the OS too new and something broke the Netatalk build process? Or do I really need to configure a fully functional database ?
Replies (2)
-
@indigoparadox@mastodon.social 2026-04-28 02:48
@theirongiant@hachyderm.io To be clear, are you installing the sqlite-dev and mariadb-client-dev packages as well? The -dev packages are important if you're building from source! Apologies if this is what you meant.
-
@pitz@mastodon.social 2026-04-28 11:51
@theirongiant@hachyderm.io I was doing this last week and their wiki page on compiling from source mentions all the required dependencies on several distributions https://netatalk.io/compilation.html