Full_Name: David Heremans
Version: mod_ssl-2.5.1-1.3.11
OS: solaris 2.6 (sparc architecture)
Submission from: (NULL) (193.121.180.202)


I build openssl-0.9.5
I did a make test and there were no problems (512 bit rsa key passed)

I build apache
# export SSL_BASE=../openssl-0.9.5
# make clean
# ./configure \
        --prefix=/usr/local/apache \
        --enable-module=so \
        --activate-module=src/modules/jserv/libjserv.a \
        --activate-module=src/modules/perl/libperl.a \
        --enable-module=ssl 

# make
# make install

and now when starting the httpd I get the followin text in my ssl_engine_log:
[13/Mar/2000 16:04:48 14877] [info]  Server: Apache/1.3.11, Interface:
mod_ssl/2.5.1, Library: OpenSSL/0.9.5
[13/Mar/2000 16:04:48 14877] [info]  Init: 1st startup round (still not
detached)
[13/Mar/2000 16:04:48 14877] [info]  Init: Initializing OpenSSL library
[13/Mar/2000 16:04:48 14877] [info]  Init: Seeding PRNG with 8 bytes of entropy
[13/Mar/2000 16:04:48 14877] [info]  Init: Generating temporary RSA private keys
(512/1024 bits)
[13/Mar/2000 16:04:48 14877] [error] Init: Failed to generate temporary 512 bit
RSA private key

And httpd dies.

(I took my some time before I got the ./configure for apache correct.
Could this cause problems ? I thought not becuase of the make clean)

I'm in belgium so I build without IDEA support.

David

______________________________________________________________________
Apache Interface to OpenSSL (mod_ssl)                   www.modssl.org
User Support Mailing List                      [EMAIL PROTECTED]
Automated List Manager                            [EMAIL PROTECTED]

Reply via email to