William A. Rowe, Jr. wrote: > > 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? >
You are right... Eclipse project was building against an older APR-UTIL so file instead of the new APR 1.3.2 so file eventhough I had set the install path of APR 1.3.2 in BUILD settings. Thanks a lot for identifying the root cause of this issue. -- View this message in context: http://www.nabble.com/apr_dbd_get_driver-fails-for-mysql-driver-with-error-APR_NOTIMPL-tp18774331p18831049.html Sent from the APR Dev (Apache Portable Runtime) mailing list archive at Nabble.com.
