The configuration directive doesn't work for Solaris 2.6, unfortunate that
is the platform I am working

Thanks,
PC Wang

                -----Original Message-----
                From:   Clay [mailto:[EMAIL PROTECTED]]
                Sent:   Tuesday, February 01, 2000 11:19 AM
                To:     Wang, Pin-Chieh
                Cc:     '[EMAIL PROTECTED]'
                Subject:        Re: mod_perl installed as DSO

                "Wang, Pin-Chieh" wrote:

                > Hi
                > I am trying to install mod_perl-1.21 with Apache1.3.11, I
am following the
                > procedure in the book (at least I thought I was
following), everything looks
                > fine, but when I restarted httpd I got the following error
message from
                > errror_log
                >
                > [Tue Feb  1 10:57:28 2000] [notice] SIGHUP received.
Attempting to restart
                > [Tue Feb  1 10:57:28 2000] [error] Cannot remove module
mod_perl.c: not
                > found in module list
                > [Tue Feb  1 10:57:28 2000] [notice] Apache/1.3.11 (Unix)
mod_perl/1.21
                > configured -- resuming normal operations
                >
                > Is there any one can tell me how to get rid of the error
message "Cannot
                > remove module mod_perl.c" ?
                >
                > My makepl_args.mod_perl has the following contents
                >
                > APACHE_SRC=../apache_1.3.11/src DO_HTTPD=1 USE_APACI=1 \
                >
ADD_MODULE=log_referer,rewrite,proxy,so,vhost_alias,mime_magic,expires \
                > APACHE_PREFIX=/usr/local/apache_dso \
                > PERL_MARK_WHERE=1 EVERYTHING=1
                >
                > Thanks,
                > PC Wang

                this is how i compiled apache and modperl on redhat 6.1
                hope this helps


                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



                the version of perl on here is

                This is perl, version 5.005_03 built for i386-linux

                

Reply via email to