I did use the --with-apache... at the beginning, but now it gives me this
error
+ adding selected modules
o ssl_module uses ConfigStart/End
+ SSL interface: mod_ssl/2.1.8
+ SSL interface build type: OBJ
+ SSL interface compatibility: enabled
+ SSL interface plugin: Vendor DBM (libc)
Error: Cannot find SSL binaries under /tmp/ssl/SSLeay-0.9.0b
+ SSL library path: /tmp/ssl/SSLeay-0.9.0b
./configure:Error: APACI failed
What files is it looking for?
I'm sorry to keep asking questions.
Thanks for help again
_______________________________
Carlos Vazquez
Web Production
www.mojointeractive.com
www.locateadoc.com
Phone: (407)830-9957 x106
Fax: (407)830-9917
On Fri, 29 Jan 1999, Ralf S. Engelschall wrote:
> On Fri, Jan 29, 1999, [EMAIL PROTECTED] wrote:
>
> > When I cd to mod_ssl-2.1.8-1.3.4 and I type
> > ./configure --with-ssleay=../SSLeay-0.9.0b --with-rsaref=../rsaref-2.0/local
> > --prefix=/usr/local/apache
> >
> > I get the error
> > ./configure: Bad argument line
> >
> > It worked fine for
> > ./configure --with-apache=../apache_1.3.4
> >
> > This is all under step 4 of the instructions
> > What am I doing wrong
>
> You've forgotten the --with-apache, of course. This option is mandatory as
> the instructions indicate, although it's syntactially an "option".
> So, you have to use:
>
> $ ./configure --with-apache)../apache_1.3.4 \
> --with-ssleay=../SSLeay-0.9.0b \
> --with-rsaref=../rsaref-2.0/local \
> --prefix=/usr/local/apache
>
> Ralf S. Engelschall
> [EMAIL PROTECTED]
> www.engelschall.com
> ______________________________________________________________________
> Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
> Official Support Mailing List [EMAIL PROTECTED]
> Automated List Manager [EMAIL PROTECTED]
>
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]