Boysenberry Payne wrote:
[notice] Apache::DB initialized in child 1441 Syntax error on line 74 of /Users/boysie/habitat/apache/conf/perl.conf: mod_perl is already running, too late for PerlSwitchesI must be doing something wrong. I'm using the following: Apache/2.0.55 perl5 (revision 5.0 version 8 subversion 1 RC3) OS X 10.3.9 MP2.02 Here is my config: <Perl> use Apache::DB (); Apache::DB->init; </Perl> <Location /> PerlFixupHandler Apache::DB </Location>
you need a small 3 line db.pl file at startup under mod_perl2. That error is from something unrelated in your config. http://search.cpan.org/~fwiles/Apache-DB-0.13/DB.pm see the init section there. I use it all the time, and it works fine. Frank Wiles reads this list regular and is a mp docs committer as well. -- ------------------------------------------------------------------------ Philip M. Gollucci ([EMAIL PROTECTED]) 323.219.4708 Consultant / http://p6m7g8.net/Resume/resume.shtml Senior Software Engineer - TicketMaster - http://ticketmaster.com 1024D/A79997FA F357 0FDD 2301 6296 690F 6A47 D55A 7172 A799 97F "It takes a minute to have a crush on someone, an hour to like someone, and a day to love someone, but it takes a lifetime to forget someone..."
