Re: AddModule mod_perl.c

2002-03-30 Thread John Kolvereid
Hi Per, I did get my Apache to work w/ mod_perl only by using the following configurations: mod_perl-1.26 perl Makefile.PL \ USE_APXS=1 \ WITH_APXS=/usr/local/apache/bin/apxs \ EVERYTHING=1 apache_1.3.23 configure \ --enable-module=info \ --enable-mo

Re: AddModule mod_perl.c

2002-03-30 Thread Ged Haywood
Hi all, On Sat, 30 Mar 2002, Per Einar Ellefsen wrote: > >It just doesn't work w/ mod_perl. I am stumped and am > >probably going to give up shortly - thank anyways. > > That's because you haven't compiled it statically. Try starting with a > clean build: only mod_perl, build it statically, a

Closer to installation

2002-03-30 Thread John Kolvereid
Me again, I removed the lines --activate-module=src/modules/perl/libperl.a --enable-module=perl and recompiled Apache. Then I commented out the line AddModule mod_perl.c from my httpd.conf. Now I don't get the msg: 'The document contained no data' Moreover, I can open my home p

Re: Apache::Registry question

2002-03-30 Thread fliptop
Kirk Rogers wrote: > How do i configure the httpd.conf file to maintain two different cgi-bin > directories with Apache::Registry? Not sure if I'm asking the question > correctly so here's a quick explanation. > > I have two cgi-bin directories under one Virtual host: this way works for me:

Re: Install NOT quite successful

2002-03-30 Thread John Kolvereid
Oh yes, I also get the msg (in my error_log) [notice] Accept mutex: sysvsem (Default: sysvsem) and when I try to load my home page I get: [notice] child pid 9879 exit signal Segmentation fault (11) Again hope this helps. John Kolvereid --- John Kolvereid <[EMAIL PROTECTED]> wrote: > H

Re: Install NOT quite successful

2002-03-30 Thread John Kolvereid
Hi again, Here's a hint that may trigger why I can't load my home page. When I start Apache I get the msgs (from the error_log): [error] Cannot remove module mod_perl.c: not found in module list. Apache/1.3.23 (Unix) mod_perl/1.26 PHP/4.0.6 mod_ssl/2.8.7 OpenSSL/0.9.6b configured - resumi

Install NOT quite successful

2002-03-30 Thread John Kolvereid
Hi again, I was so excited when I thought mod_perl was installed that I forgot to try the web site. I WAS able to load the page odin/perl/hello.pl which is located in my Apache::Registry. Then I tried to load my home page. I got the all-too-familiar 'The document contained no data' and no

Install success - finally

2002-03-30 Thread John Kolvereid
Hi, After several frustrating weeks I am finally able, w/ all your help, to successfully install mod_perl. The problem was in the mod_perl configuration. I had used the line APACHE_SRC=../apache_1.3.23 it should have been APACHE_SRC=../apache_1.3.23/src Then after examining the sit

Re: AddModule mod_perl.c

2002-03-30 Thread Per Einar Ellefsen
At 12:32 30.03.2002, John Kolvereid wrote: >Hi Perrin, >When I get rid of the LoadModule line I can't load >Apache - it complains of . Also the hello.pl >does work w/ plain CGI-Perl I tried that right away. >It just doesn't work w/ mod_perl. I am stumped and am >probably going to give up sho

Re: AddModule mod_perl.c

2002-03-30 Thread John Kolvereid
Hi Perrin, When I get rid of the LoadModule line I can't load Apache - it complains of . Also the hello.pl does work w/ plain CGI-Perl I tried that right away. It just doesn't work w/ mod_perl. I am stumped and am probably going to give up shortly - thank anyways. John Kolvereid --- Pe