Doug MacEachern wrote:
>
> > > > I would like to load the following modules at start up (I have them in
>startup.perl file
>
> > > >END failed--cleanup aborted.
> > > > END {
> > > > DBI->trace_msg("-> DBI::END\n", 2);
>##LINE 311
>
> wait, this happen
> > > I would like to load the following modules at start up (I have them in
>startup.perl file
> > >END failed--cleanup aborted.
> > > END {
> > > DBI->trace_msg("-> DBI::END\n", 2); ##LINE
>311
wait, this happens at startup? you must have mod_perl c
Doug MacEachern wrote:
>
> very wierd. do you have PerlFreshRestart On? try turning it Off. there
> was a report a while ago about one of the MIME:: modules pulling a stunt
> at the file-scope level, that is only exposed if the module is reloaded
> (which FreshRestart does)
>
> -Doug
I do no
very wierd. do you have PerlFreshRestart On? try turning it Off. there
was a report a while ago about one of the MIME:: modules pulling a stunt
at the file-scope level, that is only exposed if the module is reloaded
(which FreshRestart does)
-Doug
On Thu, 7 Oct 1999, Eugene Miretskiy wrote:
associated weirdness, I dunno...
>
> hope this helps some
Thank for reply...
>
> --Geoff
>
> > -Original Message-
> > From: Eugene Miretskiy [SMTP:[EMAIL PROTECTED]]
> > Sent: Thursday, October 07, 1999 3:33 PM
> > To: [EMAIL PROTECTED]
> > Su
er 07, 1999 3:33 PM
> To: [EMAIL PROTECTED]
> Subject: weird mod_perl startup problems
>
> Hello,
>
> After upgrading my machine to FreeBSD3.3, I ran into the problems loading
> modules
> at startup time...
>
> I would like to load the following modules at start
Hello,
After upgrading my machine to FreeBSD3.3, I ran into the problems loading modules
at startup time...
I would like to load the following modules at start up (I have them in startup.perl
file
loaded from httpd.conf):
use Apache::Registry;
use Apache::Request;
use Apache::DBI ();