Re: upgrading from 2006 snapshot to apr-1.3.x

2008-05-17 Thread Bob Rossi
On Sat, May 17, 2008 at 01:08:59PM +1000, Bojan Smojver wrote: On Fri, 2008-05-16 at 22:43 -0400, Bob Rossi wrote: I just upgraded to the 1.3 svn snapshot, to test out the new functionality that was recently added. After I ran my unit tests I noticed that the function apr_dbd_init() was

Re: upgrading from 2006 snapshot to apr-1.3.x

2008-05-17 Thread Bob Rossi
On Sat, May 17, 2008 at 06:56:28AM -0400, Bob Rossi wrote: On Sat, May 17, 2008 at 01:08:59PM +1000, Bojan Smojver wrote: On Fri, 2008-05-16 at 22:43 -0400, Bob Rossi wrote: I just upgraded to the 1.3 svn snapshot, to test out the new functionality that was recently added. After I ran

Re: upgrading from 2006 snapshot to apr-1.3.x

2008-05-17 Thread Bojan Smojver
On Sat, 2008-05-17 at 06:56 -0400, Bob Rossi wrote: Huh, I build with --disable-shared --enable-static. Perhaps it doesn't work in this configuration? Possibly. Have you tried with --disable-dbd-dso? -- Bojan

Re: upgrading from 2006 snapshot to apr-1.3.x

2008-05-17 Thread Bojan Smojver
On Sat, 2008-05-17 at 06:56 -0400, Bob Rossi wrote: char path[80]; Yeah, most likely should be APR_PATH_MAX+1, or something. -- Bojan

Re: upgrading from 2006 snapshot to apr-1.3.x

2008-05-17 Thread Bojan Smojver
On Sat, 2008-05-17 at 07:21 -0400, Bob Rossi wrote: Just tried it, my tests pass now, which means this works. Should --disable-shared force --disable-dbd-dso? It does disable it - drivers don't work :-) (Sorry, couldn't resist to be a smartarse). Seriously, this could be done for

upgrading from 2006 snapshot to apr-1.3.x

2008-05-16 Thread Bob Rossi
Hi, I just upgraded to the 1.3 svn snapshot, to test out the new functionality that was recently added. After I ran my unit tests I noticed that the function apr_dbd_init() was not working properly for me. Then I realized it's because this code, #ifndef APU_DSO_BUILD /* Load

Re: upgrading from 2006 snapshot to apr-1.3.x

2008-05-16 Thread Bojan Smojver
On Fri, 2008-05-16 at 22:43 -0400, Bob Rossi wrote: I just upgraded to the 1.3 svn snapshot, to test out the new functionality that was recently added. After I ran my unit tests I noticed that the function apr_dbd_init() was not working properly for me. Then I realized it's because this code,