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