MP2: how to do multiple "PerlSetVar" from with sections?

2004-04-11 Thread Will Trillich
has anyone here been able to do multiple directives (such as three or more "PerlSetVar") via sections, from inside the %VirtualHost{$NameVirtualHost} hash? we haven't been able to figure it out: here are the four ways we figured might work; but each of them generates a "PerlSetVar requires two ar

sections: "*:80 has no VirtualHosts" error

2004-04-11 Thread Will Trillich
> On Mon, 2004-04-05 at 12:14 -0500, Will Trillich wrote: > > okay. we're trying to use to configure virtual hosts > > -- here's Data::Dumper showing the %VirtualHost hash: %VirtualHost = ( '*:80' => [ { #[snip] 'ServerName' => 'one', #[snip] }, { #[snip] 'ServerName' =>

Re: Apache::DB ported to mp2

2004-04-11 Thread Stas Bekman
Frank Wiles wrote: On Fri, 9 Apr 2004 19:15:03 -0500 (CDT) Randy Kobes <[EMAIL PROTECTED]> wrote: On Thu, 8 Apr 2004, Craig Dayton wrote: Hi Frank, Thanks for the Update. In compiling with 'VS .Net 2003', the error shown below is generated. E:\Perl\cpan\build\Apache-DB-0.07>nmake cl -c-nolo

Re: Problem building Apache with mod_perl

2004-04-11 Thread Oliver Brandt
Thomas Klausner schrieb: I want to build my own apache with statically linked mod_perl. /usr/bin/ld: cannot find -lperl As allready discussed on IRC (#vienna.pm), the problem lies in the debian-stable Perl packages. I suggest to do a custom Perl install from sources, and build mod_perl with this P

Re: Problem building Apache with mod_perl

2004-04-11 Thread Thomas Klausner
Hi! On Sat, Apr 10, 2004 at 09:57:05PM +0200, Oliver Brandt wrote: > Hi All, > > I want to build my own apache with statically linked mod_perl. > .. > /usr/bin/ld: cannot find -lperl As allready discussed on IRC (#vienna.pm), the problem lies in the debian-stable Perl packages. I suggest to do a

Re: Apache::DB ported to mp2

2004-04-11 Thread Frank Wiles
On Fri, 9 Apr 2004 19:15:03 -0500 (CDT) Randy Kobes <[EMAIL PROTECTED]> wrote: > On Thu, 8 Apr 2004, Craig Dayton wrote: > > > Hi Frank, > > > > Thanks for the Update. > > In compiling with 'VS .Net 2003', the error shown below is > > generated. E:\Perl\cpan\build\Apache-DB-0.07>nmake > > > > cl