Hi RB,
Here is the configuration I tried:
perl Makefile.PL \
APACHE_PREFIX=/usr/local/apache \
APACHE_SRC=/home/ssl/apache_1.3.22 \
USE_APXS=1 \
WITH_APXS=/usr/local/apache/bin/apxs \
DO_HTTPD=1 \
USE_APACI=1 \
EVERYTHING=1
Both w/ and w/o the APACHE_PRFIX and APACHE_SRC lines.
The errors are attached. Please advise. Thanks.
--- OCNS Consulting <[EMAIL PROTECTED]> wrote:
> John,
>
> Consider building mod_perl as a DSO outside of
> Apache. Look for the
> section title "Build mod_perl as DSO outside Apache
> source tree via
> APXS" in the file INSTALL.apaci.
>
> This should work for you. Let us know.
>
> RB
>
> -----Original Message-----
> From: John Kolvereid [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, March 17, 2002 6:09 PM
> To: Ade Olonoh
> Cc: mod_perl Mailing List
> Subject: Re: Trouble w/ LWP during mod_perl install
>
>
> Hi Ade,
> I followed your suggestion and went to
>
http://perl.apache.org/guide/install.html#mod_perl_and_mod_ssl_openssl_
>
> Most of their steps I had followed before. Now I
> tried to config mod_perl w/ the following config
> file
> as they had suggested:
> perl Makefile.PL \
> APACHE_PREFIX=/usr/local/apache \
> APACHE_SRC=/home/ssl/apache_1.3.22 \
> SSL_BASE=/usr/local/ssl \
> APACI_ARGS='--enable-module=ssl, \
> --enable-shared=ssl, \
> --enable-module=proxy, \
> --enable-shared=proxy, \
> --prefix=/usr/local/apache, \
> --enable-module=rewrite' \
> DO_HTTPD=1 \
> USE_APACI=1 \
> EVERYTHING=1
>
> when I try to do a 'make' I get errors such as
> *** No rule to make target 'all'. Stop
> I can get it to make and make install if I leave out
> the APACI_ARGS, but then it doesn't know how to
> create
> Apache w/ ssl.
> Yes I do have an existing Apache which I created
> w/
> mod_ssl. It has been working fine. My goal is to
> add
> mod_perl. Any suggestions. Please advise.
>
> Thanks.
> John Kolvereid
>
> --- Ade Olonoh <[EMAIL PROTECTED]> wrote:
> > > Then I try running
> > > /usr/local/apache/bin/apachectl startssl
> > >
> > > Unfortunately I get the msg:
> > > Syntax error on line 206 of
> > > /usr/local/apache/conf/httpd.conf:
> > > Invalid command 'LoadModule', perhaps
> > mis-spelled or
> > > defined by a module not included in the server
>
> >
> > > configuration
> > > could not locate Module SSL (line 206
> > httpd.conf)
> >
> > Are you installing on top of an existing Apache
> > directory? In other
> > words, was /usr/local/apache/conf/httpd.conf
> created
> > by the install, or
> > did it already exist before you built Apache? It
> > looks like the conf
> > file might expect Apache to have been built with
> DSO
> > support but it
> > wasn't in actuality.
> >
> > In case you haven't seen this already, you might
> > take a look at this
> > guide to installing Apache with mod_perl and
> > mod_ssl:
> >
>
http://perl.apache.org/guide/install.html#mod_perl_and_mod_ssl_openssl_
> >
> > The options it suggests should work for you here.
> >
> >
> > --Ade.
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Sports - live college hoops coverage
> http://sports.yahoo.com/
> __________________________________________________ Do You Yahoo!? Yahoo! Sports - live college hoops coverage http://sports.yahoo.com/
bld2.err
Description: bld2.err
