On Tue, Sep 29, 1998, [EMAIL PROTECTED] wrote:
> Running on Sun 2.5.1
> Apache 1.3.2 ssl
> mod_ssl-2.0.11-1.3.2
> rsaref-2.0
> SSLeay-0.9.0b
>
> I am receiving the following when running
> make certificate
>
> ========= MAKE OUTPUT =========
> 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]
> ./support/mkcert.sh: genrsa: not found
> mkcert.sh:Error: Failed to generate RSA private key
> *** Error code 1
> make: Fatal error: Command failed for target `certificate'
> Current working directory /home/sam/text/proto/apache_1.3.2/src
> *** Error code 1
> make: Fatal error: Command failed for target `certificate'
> ========= MAKE OUTPUT =========
>
> I had run steps
> 1, 2, 3 and am running the "make certificate" step as part of
> step 4b (I also placed ssleay in my path manually) from the
> INSTALL file.
>
> I cannot find the command genrsa in my work area.
Seems like you have not used a correct SSL_BASE variable. Actually "ssleay"
has no to be in your PATH. It gets passed to mkcert.sh via argument $1 through
the Make variable $(SSL_PROGRAM). So, please look inside your generated
src/Makefile.config for SSL_PROGRAM. Perhaps it's empty for you. When this is
the case try to find out why. Is SSL_BASE also empty? I've never seen such an
error, so I expect some build-configuration problem.
Ralf S. Engelschall
[EMAIL PROTECTED]
www.engelschall.com
______________________________________________________________________
Apache Interface to SSLeay (mod_ssl) www.engelschall.com/sw/mod_ssl/
Official Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]