Re: mod_perl httpd doesn't start as DSO

2003-11-27 Thread Stas Bekman
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

Re: mod_perl httpd doesn't start as DSO

2003-11-26 Thread BeerBong
> > 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

Re: mod_perl httpd doesn't start as DSO

2003-11-26 Thread Stas Bekman
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

Re: mod_perl httpd doesn't start as DSO

2003-11-26 Thread BeerBong
> 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

Re: mod_perl httpd doesn't start as DSO

2003-11-26 Thread BeerBong
> > 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. > [...]

Re: mod_perl httpd doesn't start as DSO

2003-11-26 Thread Stas Bekman
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