Mailing List Archive

[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

brcjohn <lbcbash@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Version|2.5-HEAD |2.4.46

--
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
[Bug 65098] [debian 10 ] cannot use mysql DBDriver, Can't load driver file apr_dbd_mysql.so [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=65098

brcjohn <lbcbash@gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |lbcbash@gmail.com

--
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
[Bug 65098] [debian 10 ] cannot use mysql DBDriver, Can't load driver file apr_dbd_mysql.so [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=65098

--- Comment #1 from brcjohn <lbcbash@gmail.com> ---
hello

the lib exists and here is ldd:

ldd /home/bin/httpd24/lib/apr-util-1/apr_dbd_mysql.so
linux-vdso.so.1 (0x00007ffe34cc5000)
libmariadb.so.3 => /lib/x86_64-linux-gnu/libmariadb.so.3
(0x00007f19568a7000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0
(0x00007f1956886000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f19566c5000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f19566c0000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f195653d000)
libgnutls.so.30 => /lib/x86_64-linux-gnu/libgnutls.so.30
(0x00007f1956390000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f1956170000)
/lib64/ld-linux-x86-64.so.2 (0x00007f1956911000)
libp11-kit.so.0 => /lib/x86_64-linux-gnu/libp11-kit.so.0
(0x00007f1956041000)
libidn2.so.0 => /lib/x86_64-linux-gnu/libidn2.so.0 (0x00007f1956022000)
libunistring.so.2 => /lib/x86_64-linux-gnu/libunistring.so.2
(0x00007f1955e9e000)
libtasn1.so.6 => /lib/x86_64-linux-gnu/libtasn1.so.6
(0x00007f1955c8b000)
libnettle.so.6 => /lib/x86_64-linux-gnu/libnettle.so.6
(0x00007f1955c53000)
libhogweed.so.4 => /lib/x86_64-linux-gnu/libhogweed.so.4
(0x00007f1955c18000)
libgmp.so.10 => /lib/x86_64-linux-gnu/libgmp.so.10 (0x00007f1955b95000)
libffi.so.6 => /lib/x86_64-linux-gnu/libffi.so.6 (0x00007f1955b8b000)

the EXACT same procedure is fully working on debian 9, on debian 10 i still
got:
Cant load driver file apr_dbd_mysql.so


thanks for any help on this

--
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
[Bug 65098] [debian 10 ] cannot use mysql DBDriver, Can't load driver file apr_dbd_mysql.so [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=65098

--- Comment #2 from Tom Donovan <Tom.Donovan@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
[Bug 65098] [debian 10 ] cannot use mysql DBDriver, Can't load driver file apr_dbd_mysql.so [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=65098

Tom Donovan <Tom.Donovan@acm.org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |DUPLICATE
Status|NEW |RESOLVED

--- Comment #3 from Tom Donovan <Tom.Donovan@acm.org> ---


*** This bug has been marked as a duplicate of bug 61517 ***

--
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
[Bug 65098] [debian 10 ] cannot use mysql DBDriver, Can't load driver file apr_dbd_mysql.so [ In reply to ]
https://bz.apache.org/bugzilla/show_bug.cgi?id=65098

--- Comment #4 from brcjohn <lbcbash@gmail.com> ---
Thank you VERY MUCH Tom Donovan
everything is working now, thanks to the patch and your help

Best,

--
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