thegem has asked for the wisdom of the Perl Monks concerning the following question:
After I installed the mod_perl module "mod_perl-1.28", apache server version is apache_1.3.28, I get an error when I'm trying to start the apache server. Perl version: v5.8.0 built for sun4-solaris
Syntax error on line 205 of /local/apache1328/conf/httpd.conf:
Invalid command 'LoadModule', perhaps mis-spelled or defined by a module not included in the server configuration.
Installation steps:Can any of you tell me what is wrong here? I followed the installation instruction "Getting Your Feet Wet".# cd to apache distribution directory cd /local/apache/apache_1.3.28 ./configure --prefix=/local/apache1328 \ --enable-module=rewrite --enable-shared=rewrite \ --enable-module=speling \ --enable-shared=speling --enable-module=so \ --enable-module=status make make install # cd to mod_perl distribution cd /local/apache/mod_perl-1.28 perl Makefile.PL APACHE_PREFIX=/local/apache1328 APACHE_SRC=../apache_ +1.3.28/src DO_HTTPD=1 USE_APACI=1 PERL_AUTHEN=1 PERL_AUTHZ=1 ADD_MODU +LE=rewrite make make test make install # cd to apache distribution cd ../apache_1.3.28 make install
Thanks
Peterjanitored by ybiC: format for legibility
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Apache Error after Installing mod_perl
by allolex (Curate) on Aug 28, 2003 at 17:41 UTC | |
|
Re: Apache Error after Installing mod_perl
by perrin (Chancellor) on Aug 28, 2003 at 18:39 UTC | |
|
Re: Apache Error after Installing mod_perl
by cees (Curate) on Aug 28, 2003 at 18:48 UTC | |
|
Re: Apache Error after Installing mod_perl
by talexb (Chancellor) on Aug 28, 2003 at 17:53 UTC |