You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2021/02/01 20:40:08 UTC

[Bug 65098] [debian 10 ] cannot use mysql DBDriver, Can't load driver file apr_dbd_mysql.so

https://bz.apache.org/bugzilla/show_bug.cgi?id=65098

--- Comment #2 from Tom Donovan <To...@acm.org> ---
This is resolved bug 61517 - MariaDB no longer exports the  my_init() function.
This bug will be fixed in apr-util 1.7.0.

As a workaround, you can download the source file with this fix and use it to
replace the 1.6.1 source file.  It will compile and work with apr-util 1.6.1

wget
http://svn.apache.org/viewvc/apr/apr-util/branches/1.7.x/dbd/apr_dbd_mysql.c?revision=1872061
-O apr_dbd_mysql.c

Replace the source file: httpd-2.4.46/srclib/apr-util/dbd/apr_dbd_mysql.c 
with the downloaded file and re-build.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org