Following port: /usr/ports/www/mod_auth_mysql_another When compiled against a newer mariadb library will break. pkg search mariadb Up to mariadb101-client will work, when installing mariadb102-client and any future releases, the library when attempting to be loaded by apache24 will produce following error: mod_auth_mysql.so: undefined symbol: make_scrambled_password Dan.
Created attachment 188754 [details] svn-diff-mod_auth_mysql_another Try this patch. Should work.
with patch get the following: Performing sanity check on apache24 configuration: httpd: Syntax error on line 162 of /usr/local/etc/apache24/httpd.conf: Cannot load libexec/apache24/mod_auth_mysql.so into server: /usr/local/libexec/apache24/mod_auth_mysql.so: Undefined symbol "my_make_scrambled_password" (In reply to w.schwarzenfeld from comment #1)
sorry, but without patch strings /usr/local/libexec/apache24/mod_auth_mysql.so |grep scram make_scrambled_password with patch strings /usr/local/libexec/apache24/mod_auth_mysql.so |grep scram my_make_scrambled_password That means it should work also without patch.
And works on my system without patch.
Oh sorry, overlooked mariadb.
is the problem still?
Believe still broken against mariadb libraries, I had to manually copy mysql old library to /lib or /usr/lib directory from port work directory to make it work.