Full_Name: Jeff Saxton
Version: 2.0.8-1.3.1
OS: Redhat 5.1
Submission from: (NULL) (209.19.111.105)


After compiling SSLeay-0.9.0b, apache_1.3.1 and mod_ssl-2.0.8-1.3.1
I ran "make certificate TYPPE=test" and got the following message:

---------------------cut here-----------------------------------
[root@jsaxton apache_1.3.1]# make certificate TYPE=test
make[1]: Entering directory `/usr/local/apache/apache_1.3.1/src'

Generating test certificate signed by Snake Oil CA [TEST]
WARNING: Do not use this for real-life/production systems
______________________________________________________________________

STEP 1: Generating RSA private key (1024 bit) [server.key]
unable to load 'random state'
--------------------------cut here-------------------------------

Program execution hangs with no error message.

When I do a "make certificate TYPE=dummy" I get:

--------------------------------cut here-------------------------------
root@jsaxton apache_1.3.1]# make certificate TYPE=dummy
make[1]: Entering directory `/usr/local/apache/apache_1.3.1/src'

Generating self-signed Snake Oil certificate [DUMMY]
______________________________________________________________________

RESULT: Server Certification Files

o  conf/ssl.key/server.key
   The PEM-encoded RSA private certificate file which you configure
   with the 'SSLCertificateKeyFile' directive (automatically done
   when you install via APACI). KEEP THIS FILE PRIVATE!

o  conf/ssl.crt/server.crt
   The PEM-encoded X.509 server certificate file which you configure
   with the 'SSLCertificateFile' directive (automatically done
   when you install via APACI).

WARNING: Do not use this for real-life/production systems

make[1]: Leaving directory `/usr/local/apache/apache_1.3.1/src'
[root@jsaxton apache_1.3.1]# 
------------------------cut here---------------------------------
However when I do the "make install"' I get:
------------------------cut here---------------------------------
hmod 700 /usr/local/apache/etc/ssl.key
[PRESERVING EXISTING CERTIFICATE FILES: /usr/local/apache/etc/ssl.crt/*]
Updating hash symlinks in /usr/local/apache/etc/ssl.crt/:
make[2]: Entering directory `/usr/local/apache/etc/ssl.crt'
/bin/sh: unexpected EOF while looking for `"'
/bin/sh: -c: line 2: syntax error
make[2]: [update] Error 2 (ignored)
SSLeay>

---------------------------cut here--------------------------------
and get dumped out to the SSLeay prompt.

This occured while following the instructions onn
http://www.engelschall.com/sw/mod_ssl/example


Any help would be appreciated.
TIA


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

Reply via email to