Re: Apache::ASP: crash when placed in startup.pl

2000-01-14 Thread Dmitry Beransky
Yep, I am using DSO, but LD_PRELOAD didn't help [dmitry@bio-york ~]# set LD_PRELOAD=/usr/lib/apache/libperl.so [dmitry@bio-york ~]# gdb httpd GNU gdb 4.18 This GDB was configured as "i386-redhat-linux"... (gdb) run -X Starting program: /usr/sbin/httpd -X [Fri Jan 14 18:34:03 2000] [error] [asp] [

Re: Apache::ASP: crash when placed in startup.pl

2000-01-14 Thread Daniel Jacobowitz
This sounds like the same corruption problem that I talked about in my last message - could you try exporting LD_PRELOAD=/path/to/modperl.so? (I'm guessing from context that you're using a DSO - apologies for the non-sequitor if I'm wrong, I just got back on the list). On Fri, Jan 14, 2000 at 05

Re: Apache::ASP: crash when placed in startup.pl

2000-01-14 Thread Dmitry Beransky
>I don't know about this, are you sure you copied over your >new modperl httpd to /usr/local/apache after the build, >and did a full stop / start, this is a common step overlooked >by the best of us. Yes, I'm using the new build. I've compiled perl with debugging turned on and now gdb shows ex

Re: Apache::ASP: crash when placed in startup.pl

2000-01-14 Thread Joshua Chamas
Dmitry Beransky wrote: > > >This might be yet another RedHat problem ... have you tried > >rebuilding your perl / mod_perl from scratch. Out of curiosity > >really, because I think you should still rebuild stuff, > >does SDBM_File load fine, if not being preloaded ? > > Well, I just finished re

Re: Apache::ASP: crash when placed in startup.pl

2000-01-14 Thread Dmitry Beransky
>This might be yet another RedHat problem ... have you tried >rebuilding your perl / mod_perl from scratch. Out of curiosity >really, because I think you should still rebuild stuff, >does SDBM_File load fine, if not being preloaded ? Well, I just finished recompiling perl and mod_perl, but the

Re: Apache::ASP: crash when placed in startup.pl

2000-01-14 Thread Dmitry Beransky
>This might be yet another RedHat problem ... have you tried >rebuilding your perl / mod_perl from scratch. Out of curiosity >really, because I think you should still rebuild stuff, >does SDBM_File load fine, if not being preloaded ? Well, I just finished recompiling perl and mod_perl, but the

Re: Apache::ASP: crash when placed in startup.pl

2000-01-14 Thread Dmitry Beransky
Yep, everything runs just fine if I don't preload Apache::ASP. My apache/mod_perl are rebuilt, but I'm still using Perl off the original RedHat distribution (totally forgot about his). I can try recompiling it...I'll be back with the result shortly. Thanks Dmitry At 01:26 PM 1/14/00 , Joshu

Re: Apache::ASP: crash when placed in startup.pl

2000-01-14 Thread Joshua Chamas
Dmitry Beransky wrote: > > Doh! I forgot to say what I'm running: > > Apache::ASP v. 0.17 > SDMB_File v. 1.0 > mod_perl v. 1.21 > Apache v. 1.39 > RedHat 6.1 on Linux 2.2.12 x86 > This might be yet another RedHat problem ... have you tried rebuilding your perl / mod_perl from scratch. Out of

Re: Apache::ASP: crash when placed in startup.pl

2000-01-14 Thread Dmitry Beransky
Doh! I forgot to say what I'm running: Apache::ASP v. 0.17 SDMB_File v. 1.0 mod_perl v. 1.21 Apache v. 1.39 RedHat 6.1 on Linux 2.2.12 x86 At 11:30 AM 1/14/00 , you wrote: >Hi, > >I'm trying to preload and precompile all ASP scripts by including >Apache::ASP in the startup.pl. However, when I