Somashekar wrote:
OS - Ubuntu Fiesty
APR version - 1.3.2
I have successfully configured and compiled APR-Util with
--with-mysql and --enable-util-dso option. apr_dbd_get_driver
function fails with error APR_NOTIMPL for mysql driver but it works
perfectly for sqlite driver. I have checked the APU.h and the
APR-Util-1 folder and found that the configuration is perfect and
apr_dbd_mysql.so file exists in the correct folder.
is apr_dbd_mysql.so living in the --prefix's lib/apr-util-1 directory
you designated when you ./configure'd? Or have you moved these files
to another path? Or, are you trying to use apr from it's build path
instead of the install target path?