Apache run time error

1999-11-06 Thread Natarajan System Administrator
hello, I have installed Apache web server with mod_perl module in it. When i run httpd server i get an error message libexec/libperl.so: open failed: No such file or directory What should i do to rectify this problem thanks and regards natraj

CGI.pm not maintaing values..

1999-11-06 Thread Alex Krohn
Hi, I've read through the guide, and tried to search through the list, but CGI.pm is a pretty common keyword, ;). This script which I thought should work fine under mod_perl using Apache::Registry doesn't: #!/usr/local/bin/perl #

make test problems

1999-11-06 Thread Trei Brundrett
mod_perl: 1.21 perl: 5.0053 apache: 1.3.9 red hat linux: 6.1 When I run make test I receive the following in VERBOSE: __SNIP__ modules/src.Use of uninitialized value at modules/src.t line 19. Use of uninitialized value at modules/src.t line 20. Use of uninitialized value at

Re: mod_perl not compiling into apache 1.3.6

1999-11-06 Thread Todd Finney
I think I figured it out. I eliminated the --enable-shared=perl from the Apache configure line, and it works. I think it wasn't working because I compiled mod_perl as a DSO, and then didn't use --enable-module=so in my Apache configure statement. Is that correct? thanks, Todd Hi, I'm

Re: Memory Leaks in mod_perl

1999-11-06 Thread Ben Bell
On Wed, Nov 03, 1999 at 10:40:08PM -0500, David Huggins-Daines wrote: I have more or less the same problem as Ben here. mod_perl appears to leak memory on SIGHUP proportionately to the number of extra Perl modules loaded into the interpreter I think to some extent individual modules are to

Re: Apache::DBI crashes apache-mod_ssl-1.3.9.2.4.6

1999-11-06 Thread Christof Damian
Stephane Benoit wrote: To do it yourself wich is probably the best way (no confilct with existing perl etc...) : * please forgive name errors (like tarballs and dir names) as I'm writting from what i remeber when i did it * [...steps to a apache-mod_ssl with static mod_perl...] this is