On Fri, Jan 21, 2000, John Kennedy wrote:

> We are trying to configure mod_ssl (mod_ssl-2.4.8-1.3.9) on a Sun Micro
> Ultra2 running Solaris 2.6.  We are using:
> Apache 1.3.9
> rsaref-2.0
> openssl-0.9.4
> mm-1.0.12
> php-3.0.12
> mod_perl-1.21
> Compiling using gcc-2.95.1-sol26-sparc-local package from
> http://www.sunfreeware.com
> 
> SSL_BASE="/var/local/src.jck/openssl-0.9.4" \
> ./configure \
> "--with-layout=Apache" \
> "--prefix=/usr/local/apache_1.3.9" \
> "--enable-module=ssl" \
> "--activate-module=src/modules/perl/libperl.a" \
> "--enable-module=perl" \
> "--activate-module=src/modules/php3/libphp3.a" \
> "--enable-module=php3" \
> 
> [...]
>       + SSL library plugin path:
> /var/local/src.jck/openssl-0.9.4/../rsaref-2.0/local//librsaref.a
>     o perl_module uses ConfigStart/End
>       + mod_perl build type: OBJ
> [...]
> ** A test compilation with your Makefile configuration
> ** failed. This is most likely because your C compiler
> ** is not ANSI. Apache requires an ANSI C Compiler, such
> ** as gcc. The above error message from your compiler
> ** will also provide a clue.
> [...]
>
> Any ideas would be appreciated...

Your problem seems to be that the some libraries cannot be found or
you're using some compiler flags your compiler doesn't understand. Go to
apache_1.3.9/src and run "./helpers/TestCompile -v sanity" and look for
error messages.
                                       Ralf S. Engelschall
                                       [EMAIL PROTECTED]
                                       www.engelschall.com
______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to