Re: Backends for APVFS?

2006-03-30 Thread Mladen Turk
Nick Kew wrote: We have a requirement for a new backend to mod_dav. It seems to me that this could work well with the APVFS architecture, reducing the job to developing a new driver for APVFS. But APVFS is marked at sourceforge as pre-alpha and doesn't look like a thriving community. Is there

apr-iconv (error: invalid lvalue in increment)

2006-03-30 Thread Jean-frederic Clere
Hi, I am trying to compile trunk and I have a problem in apr-iconv the corrections are like the patch below. The memcpy is a bit paranoid, any comments? Cheers Jean-frederic +++ [EMAIL PROTECTED]:~/apr-iconv$ svn diff . Index: ces/ucs2-internal.c

Re: Fwd: APR resolver?

2006-03-30 Thread Alexander Lazic
Hi, On Mit 29.03.2006 12:36, Rian A Hunter wrote: While implementing the message bounce in mod_smtpd I ran into a snag. I need to get mx records for host names!! There seems to be no portable DNS resolver library/interface. For UNIX there is at least res_search() and dn_expand() except on BSD

Re: Fwd: APR resolver?

2006-03-30 Thread Garrett Rooney
On 3/30/06, Alexander Lazic [EMAIL PROTECTED] wrote: Hi, On Mit 29.03.2006 12:36, Rian A Hunter wrote: While implementing the message bounce in mod_smtpd I ran into a snag. I need to get mx records for host names!! There seems to be no portable DNS resolver library/interface. For UNIX

Re: [PATCH] include needed header files in apr_dbd.h

2006-03-30 Thread Henry Jen
Henry Jen wrote: Hi, When include apr_dbd.h without apu.h apr_pools.h header first, compiler generate errors. This is minor issue, but should be fixed, I think. :-) Can someone take a minute commit this simple patch? Cheers, Henry

Re: Fwd: APR resolver?

2006-03-30 Thread Alexander Lazic
Hi, On Don 30.03.2006 11:17, Garrett Rooney wrote: On 3/30/06, Alexander Lazic [EMAIL PROTECTED] wrote: how about to add/use a yet available lib such as: UDNS: DNS Resolver Library http://www.corpit.ru/mjt/udns.html or similar libs? Well, for UDNS and ADNS the problem is one of licensing

Re: apr-iconv (error: invalid lvalue in increment)

2006-03-30 Thread William A. Rowe, Jr.
This is very similar to the recent patches on httpd/trunk/modules/arch/win32 in the mod_isapi module. Now trying to build on gcc4 and Sunstudio 11 cc, I'n finding more and more issues with LHS cast expressions not resolving as a valid lhs target of the assignment operator. It's silly, but needs

[PATCH] dbd.m4: use LDFLAGS instead of LIBS is required on Solaris

2006-03-30 Thread Henry Jen
Hi, AC_CHECK_LIB is performed as $CC $CFLAGS $LDFLAGS -llib $LIBS conftest.c With Sun Studio, -L needs to be in front of -l flag, which makes sense when you need control on which lib to be linked with. In dbd.m4, using LIBS to define the -L flag, which should really be LDFLAGS, the attached

Re: [PATCH] include needed header files in apr_dbd.h

2006-03-30 Thread Garrett Rooney
On 3/30/06, Henry Jen [EMAIL PROTECTED] wrote: Henry Jen wrote: Hi, When include apr_dbd.h without apu.h apr_pools.h header first, compiler generate errors. This is minor issue, but should be fixed, I think. :-) Can someone take a minute commit this simple patch? Committed in

Re: Fwd: APR resolver?

2006-03-30 Thread Garrett Rooney
On 3/30/06, Alexander Lazic [EMAIL PROTECTED] wrote: Hi, On Don 30.03.2006 11:17, Garrett Rooney wrote: On 3/30/06, Alexander Lazic [EMAIL PROTECTED] wrote: how about to add/use a yet available lib such as: UDNS: DNS Resolver Library http://www.corpit.ru/mjt/udns.html or similar

Re: [PATCH] dbd.m4: use LDFLAGS instead of LIBS is required on Solaris

2006-03-30 Thread William A. Rowe, Jr.
Henry Jen wrote: @@ -40,7 +40,7 @@ apu_have_pgsql=0 else CPPFLAGS=-I$withval/include - LIBS=-L$withval/lib + LDFLAGS=-L$withval/lib +1 - this was LIBS abuse - your solution is correct :) Bill

Re: [PATCH] dbd.m4: use LDFLAGS instead of LIBS is required on Solaris

2006-03-30 Thread Garrett Rooney
On 3/30/06, William A. Rowe, Jr. [EMAIL PROTECTED] wrote: Henry Jen wrote: @@ -40,7 +40,7 @@ apu_have_pgsql=0 else CPPFLAGS=-I$withval/include - LIBS=-L$withval/lib + LDFLAGS=-L$withval/lib +1 - this was LIBS abuse - your solution is correct :)

Re: [PATCH]: apr_dbd column names, take 3

2006-03-30 Thread Bojan Smojver
Quoting Bojan Smojver [EMAIL PROTECTED]: Hopefully, this should be the correct lot of patches [...snip...] Just being a pest... Anyone had a chance to take a look? PS. The e-mail with patches is from 24 Feb 2006, in case you can't find it (like I couldn't :-). The Oracle patch (not done by