Which source code package are you using? You cannot make a non-FIPS version from the FIPS sources.
-Kyle H On Sat, Jan 10, 2009 at 9:19 PM, Val Baranov <val.bara...@duke.edu> wrote: > > Config: > ./config --prefix=/usr/local/openssl zlib > > "make" completed successfully, as well as "make test". > > For some reason, "make all" attempted (why?) to install FIPS: > making install in crypto/pqueue... > making install in fips... > making install in fips/sha... > making install in fips/rand... > making install in fips/des... > making install in fips/aes... > making install in fips/dsa... > making install in fips/rsa... > making install in fips/dh... > making install in fips/hmac... > cp: fipscanister.o: A file or directory in the path name does not exist. > cp: fipscanister.o.sha1: A file or directory in the path name does not > exist. > make: 1254-004 The error code from the last command is 1. > > Stop. > make: 1254-004 The error code from the last command is 1. > > Stop. > This has been fixed by replacing > DIRS= crypto fips ssl engines apps test tools > with > DIRS= crypto ssl engines apps test tools > in Makefile. > > Pls verify. > > Val > > ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org