Bug report for APR [2008/08/03]

2008-08-04 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: apr_dbd_get_driver fails for mysql driver with error APR_NOTIMPL

2008-08-04 Thread Somashekar
Thanks for the response... I am new to linux environment and hence could NOT analyze the nm command result in detail but looks like nm results are fine and apr_dbd_mysql.so got built successully. nm command result is attached for reference. - Som Nick Kew wrote: On Fri, 1 Aug 2008 06:30:43

Re: apr_dbd_get_driver fails for mysql driver with error APR_NOTIMPL

2008-08-04 Thread Somashekar
Thanks for the response... I am new to linux environment and hence could NOT analyze the nm command result in detail but looks like nm results are fine and apr_dbd_mysql.so got built successully. nm command result is attached for reference. - Som Nick Kew wrote: On Fri, 1 Aug 2008 06:30:43

Re: apr_dbd_get_driver fails for mysql driver with error APR_NOTIMPL

2008-08-04 Thread William A. Rowe, Jr.
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

To O_CLOEXEC or not?

2008-08-04 Thread Bojan Smojver
After reading this article on LWN: http://lwn.net/Articles/292559/, it occurred to me that it may be useful to pass this flag to open in apr_file_open() on platforms that support it, in case someone decides to fork()/execve() by non-APR means. Of course, apr_file_inherit_[un]set() would have to