That helped me get the Debugger working thank you.

Now its cutting out with this error in the error log:
[Fri Jun 30 17:55:23 2006] [error] [client 127.0.0.1] install_driver(mysql) failed: Insecure $ENV{PATH} while running setgid at /Library/Perl/5.8.1/darwin-thread-multi-2level/Term/ReadKey.pm line 334.\nCompilation failed in require at /Library/Perl/5.8.1/Term/ReadLine/Perl.pm line 58.\n\n at /Users/boysie/habitat/perl/modules/Habitat/Apache2/DB.pm line 39\n

How come its saying the $ENV{PATH} is insecure?
Any ideas?

Thanks,
Boysenberry

boysenberrys.com | habitatlife.com | selfgnosis.com

On Jun 30, 2006, at 4:38 PM, Philip M. Gollucci wrote:

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 PerlSwitches
I 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..."



Reply via email to