Unless I'm in the weeds (and I've been there a lot lately) the Make system
for the latest snapshot is broken.

I can build fine with:

        ./configure --prefix=/home/OpenSSL -openssldir=/home/OpenSSL/openssl
        make

What I need to do, though, is build with:

        ./configure --prefix=/home/OpenSSL -openssldir=/home/OpenSSL/openssl
no-idea no-rsa no-rc4 no-rc5 no-bf
        make

When I do this, 'make' fails as follows: 

ar r ../../libcrypto.a mdc2dgst.o mdc2_one.o
/usr/ccs/bin/ranlib ../../libcrypto.a
making all in crypto/hmac...
make: Fatal error: Don't know how to make target
`../../include/openssl/blowfish.h'
                Current working directory
/export/shasta/brebey/work/PEN/OpenSSL/openssl-SNAP-20000719/crypto/hmac
*** Error code 1
make: Fatal error: Command failed for target `subdirs'
                Current working directory
/export/shasta/brebey/work/PEN/OpenSSL/openssl-SNAP-20000719/crypto
*** Error code 1
make: Fatal error: Command failed for target `all'

I've tried various 'no-xxx' args, and it appears that if I use any of the
'no-xxx' args, the 'make' fails on complaining about the header for the
omitted cipher.  

This is happening on Solaris.  I don't know if it happens on Windows, too,
but I will need to do the same thin on Windows once I get the SPARC stuff
built.

How can I fix this?

Thanks!

Bill Rebey



______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to