On Mon, May 03, 1999, Simon Garner wrote:
> Could I have some help here please! :)
> I have to have SSL working by the end of the week... :(
>[...]
> > Changing the SSLSessionCache to none did not help. Trying to configure
> > Apache with --enable-rule=SSL_SDBM gave me errors.
>[...]
> >
> > $ SSL_BASE=/usr/stor/inst/openssl
> ./configure --prefix=/usr/local/etc/https
> > \
> > --sysconfdir=/usr/local/etc/https/conf --verbose --enable-module=info \
> > --enable-module=speling --enable-module=rewrite \
> > --activate-module=src/modules/php3/libphp3.a --enable-module=ssl \
> > ld: cannot open crt1.o: No such file or directory
> > make: *** [dummy] Error 1
> > + doing sanity check on compiler and options
> > ** 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.
> > Aborting!
Are you sure it's caused by SSL_SDBM? I think you've a general compiler
problem, because crt1.o is usually an internal part of the compiler AFAIK.
When it's really related to SSL_SDBM try to trace down the failure by running
the shell scripts with "sh -x".
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]