So, you are saying that this doesn't work either:

#!/bin/sh

# A script stolen from ...
# Jeff Beard <[EMAIL PROTECTED]>
# ... go figure! :)

tar xvf modperl*.tar
tar xvf apache*.tar

cd ../modperl
perl Makefile.PL APACHE_SRC=../apache-1.3/src DO_HTTPD=1 USE_APACI=1
PREP_HTTPD=1 EVERYTHING=1
make

cd ../apache-1.3
../configure --prefix=/usr/local/apache --enable-module=all
--enable-shared=max \
--activate-module=src/modules/perl/libperl.a

exit


Then, as root, in modperl do a make install,
then in apache, do a make install...

I am on Solaris 2.6 and running
Apache/1.3.12-dev (Unix) mod_perl/1.21_01-dev...

HTH, -Sneex-
____________________________________________________________________
Bill Jones * Systems Programmer * http://www.fccj.org/cgi/mail?sneex

                                   ('>   Running -
                                   //\   Perl, Apache, MySQL, PHP3,
                                   v_/_  Ultra 10, LinuxPPC, BeOS...

> From: "Wang, Pin-Chieh" <[EMAIL PROTECTED]>
> Date: Tue, 1 Feb 2000 17:01:59 -0600
> To: "'Clay'" <[EMAIL PROTECTED]>, Doug MacEachern <[EMAIL PROTECTED]>
> Cc: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> Subject: RE: mod_perl installed as DSO
> 
> Unfortunately I am running Solaris 2.6 the suggested directive doesn't work
> ( I got a core dump for Segmentation Fault), Is there anybody can answer the
> error 
> [error] Cannot remove module mod_perl.c: not found in module list
> What module list it's talking about
> 

<snipped>

> for modperl 1.21
> 
> perl Makefile.PL USE_APXS=1 USE_DSO=1
> WITH_APXS=/usr/local/apache/bin/apxs
> EVERYTHING=1
> make
> make install
> 
> 
> for apache 1.3.9
> ./configure --enable-rule=shared_core
> --with-perl=/usr/bin/perl
> --enable-module=so --enable-module=rewrite

Reply via email to