New issue by chriscamacho on void-packages repository https://github.com/void-linux/void-packages/issues/39510 Description: ### Is this a new report? Yes ### System Info Void 5.18.19_1 x86_64 GenuineIntel notuptodate rrmFFFFFFFFF ### Package(s) Affected apr_dbd_mysql ### Does a report exist for this bug with the project's home (upstream) and/or another distro? not sure if I have 1000% identified the issue tried reaching out on reddit - no response there are some issues upstream that might or might be pertinent but equally could just confuse the issue. ### Expected behaviour mod_dbd should work with mysql (mariadb) ### Actual behaviour on using mod_dbd with mysql I see Can't load driver file apr_dbd_mysql.so ### Steps to reproduce configure mod_dbd to use mysql (httpd.conf) attempt to open a connection using mod_dbd (from another module) note that strings /usr/lib/apr-util-1/apr_dbd_mysql.so includes my_init which isn't in libmariadb.so to be sure apr_dbd_mysql wasn't linking to something like libmysql.so or similar I checked ldd /usr/lib/apr-util-1/apr_dbd_mysql.so which shows libmariadb.so.3 => /usr/lib/libmariadb.so.3 from this I conclude that apr_dbd_mysql is possibly currently non-functioning I have confirmed the mod_dbd *is* working with for example with sqlite (mod_dbd DBDriver sqlite3) and apr_dbd_sqlite Thank you for taking the time to read this.