On Mon, 16 Jul 2001, Louis-David Mitterrand wrote:
> * On Wed, Jul 11, 2001 at 08:09:20AM -0700, Doug MacEachern wrote:
> >
> > libperld would help, all i can tell is that something in %SIG is being
> > caught, which normally shouldn't happen at startup. are you assigning
> > anything to %SIG ?
On Fri, 13 Jul 2001, Louis-David Mitterrand wrote:
> * On Wed, Jul 11, 2001 at 08:09:20AM -0700, Doug MacEachern wrote:
> > On Wed, 11 Jul 2001, Louis-David Mitterrand wrote:
> >
> > > Will I have to build a debugging-enabled libperl to get relevant
> > > information? Or is this enough to under
* On Wed, Jul 11, 2001 at 08:09:20AM -0700, Doug MacEachern wrote:
>
> libperld would help, all i can tell is that something in %SIG is being
> caught, which normally shouldn't happen at startup. are you assigning
> anything to %SIG ?
>
> you could also try this to get the perl filename:line wh
* On Wed, Jul 11, 2001 at 08:09:20AM -0700, Doug MacEachern wrote:
> On Wed, 11 Jul 2001, Louis-David Mitterrand wrote:
>
> > Will I have to build a debugging-enabled libperl to get relevant
> > information? Or is this enough to understand the problem?
>
> libperld would help, all i can tell is
On Wed, 11 Jul 2001, Louis-David Mitterrand wrote:
> Will I have to build a debugging-enabled libperl to get relevant
> information? Or is this enough to understand the problem?
libperld would help, all i can tell is that something in %SIG is being
caught, which normally shouldn't happen at sta
* On Tue, Jul 10, 2001 at 07:13:30PM -0700, Doug MacEachern wrote:
> On Mon, 9 Jul 2001, Louis-David Mitterrand wrote:
> > After "upgrading" my installation to Apache-1.3.20 and mod_perl-1.25 as
> > as a module I can't start apache anymore when httpd.conf contains:
> >
> > PerlRequire /etc/ap
On Mon, 9 Jul 2001, Louis-David Mitterrand wrote:
> Hi,
>
> After "upgrading" my installation to Apache-1.3.20 and mod_perl-1.25 as
> as a module I can't start apache anymore when httpd.conf contains:
>
> PerlRequire /etc/apache/perl/handler.pl
>
> And that file (for debugging purposes)
Hi,
After "upgrading" my installation to Apache-1.3.20 and mod_perl-1.25 as
as a module I can't start apache anymore when httpd.conf contains:
PerlRequire /etc/apache/perl/handler.pl
And that file (for debugging purposes) is practically empty:
#!/usr/bin/perl
package HT