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]

Reply via email to