On Tue, Aug 10, 1999, Network Admin wrote:
> Whey when trying to start mod_ssl is giving me this error?
>
> Syntax error on line 66 of /usr/local/etc/apache/apache.conf:
> Cannot load /usr/local/libexec/apache/libssl.so into server:
> /usr/local/libexec/apache/libssl.so: Undefined symbol "RAND_seed"
> /usr/local/sbin/apachectl startssl: httpd could not be started
>
> is there a work around to this?
Errr... RAND_seed is a function from OpenSSL. Can it be that OpenSSL is build
as a shared library on your platform and your libssl.so isn't correctly linked
against it? Try "ldd libssl.so" when it's an ELF platform. When it's an a.out
platform and OpenSSL is a shared library it will never work. At least it would
be nice when you would give a few more details about your platform and the way
you built and installed Apache, mod_ssl and OpenSSL, of course.
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]