BeerBong wrote:
But...
I found a line in startup.pl, which brokes Apache:
use DBD::Oracle
[...]
Any difference if you omit 'use DBD::Oracle' and just keep 'use DBI'?
I just wanted to load DBD::Oracle in parent process for sharing it among
children.
(and it works fine for statically compiled mod_p
> > But...
> > I found a line in startup.pl, which brokes Apache:
> > use DBD::Oracle
> >
> > I don't know why, but simple scripts on this machine kinda
> > --
> > use strict;
> > use DBI;
> >
> > $ENV{ORACLE_HOME} = "/u01/app/oracle/product/8.1.7";
> > $ENV{NLS_LANG} = "AMERICAN_AMERIC
BeerBong wrote:
Program received signal SIGABRT, Aborted.
[Switching to Thread 1024 (LWP 17423)]
0x40107781 in kill () from /lib/libc.so.6
(gdb) source ~alexei/forge/furnace/libapache-mod-perl-1.26/.gdbinit
(gdb) up
#1 0x40373cd3 in Perl_my_unexec () from /usr/lib/libperl.so.5.6
(gdb) curinfo
Atte
> Program received signal SIGABRT, Aborted.
> [Switching to Thread 1024 (LWP 17423)]
> 0x40107781 in kill () from /lib/libc.so.6
> (gdb) source ~alexei/forge/furnace/libapache-mod-perl-1.26/.gdbinit
> (gdb) up
> #1 0x40373cd3 in Perl_my_unexec () from /usr/lib/libperl.so.5.6
> (gdb) curinfo
> Atte
> > Hello!
> >
> > I wanted to build a debian package of apache for my specific purposes.
> > My specific purpose is mod_accel support.
> > I downloaded a source for apache debian package (apache-1.3.26)
> > from stable distribution, add mod_accel patches and it
> > have been compiled well.
> [...]
BeerBong wrote:
Hello!
I wanted to build a debian package of apache for my specific purposes.
My specific purpose is mod_accel support.
I downloaded a source for apache debian package (apache-1.3.26)
from stable distribution, add mod_accel patches and it
have been compiled well.
[...]
Program rece