On Tue, Apr 27, 1999, [EMAIL PROTECTED] wrote:

> Full_Name: Nick Boyce
> Version: mod_ssl-2.2.8-1.3.6
> OS: Ultrix 4.4
> Submission from: edslink1.eds.com (199.228.142.1)
> 
> I'm building OpenSSL (done), mod_ssl, and Apache on this box for the first time.
> Step 2, the ./configure for mod_ssl has just failed as follows :
> # ./configure \     
> --with-apache=../apache_1.3.6 \
> --with-ssl=../openssl-SNAP-19990426 \
> --prefix=/usr/local/apache \
> --disable-rule=SSL_COMPAT
> Configuring mod_ssl/2.2.8 for Apache/1.3.6
>  + Apache location: ../apache_1.3.6 (Version 1.3.6)
>  + OpenSSL location: ../openssl-SNAP-19990426
>  + Auxiliary patch tool: ./etc/patch/patch (local)    
>  + Applying packages to Apache source tree:
>    o Extended API (EAPI)
>    o Distribution Documents
>    o SSL Module Source
>    o SSL Support
>    o SSL Configuration Additions
>    o SSL Module Documentation
>    o Addons
> Done: source extension and patches successfully applied.
> 
> Configuring for Apache, Version 1.3.6
> sh: --: bad option(s)
> ./configure:Error: APACI failed
> # 
> 
> Any ideas what may be wrong here ?

The command line you specified looks fine. Instead I guess either your /bin/sh
is broken (Ultrix.. the chance is high!) or something else is locally messed
up in your shell environment.  Just run configure via "sh -x configure" and
watch for the final call to Apache's configure script. Either this call is
messed up or APACI itself fails. But you've to trace it down via -x when you
want to find the reason.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)  www.engelschall.com/sw/mod_ssl/
Official Support Mailing List               [EMAIL PROTECTED]
Automated List Manager                       [EMAIL PROTECTED]

Reply via email to