Re: weird mod_perl startup problems

1999-10-18 Thread Eugene Miretskiy
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

Re: weird mod_perl startup problems

1999-10-18 Thread Doug MacEachern
> > > 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

Re: weird mod_perl startup problems

1999-10-18 Thread Eugene Miretskiy
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

Re: weird mod_perl startup problems

1999-10-17 Thread Doug MacEachern
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:

Re: weird mod_perl startup problems

1999-10-08 Thread Eugene Miretskiy
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

RE: weird mod_perl startup problems

1999-10-08 Thread Young, Geoffrey S.
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

weird mod_perl startup problems

1999-10-07 Thread Eugene Miretskiy
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 ();