> ar: creating ../libcrypto.a > [ -z "/usr/local/ssl/fips-2.0/lib" ] || ar r ../libcrypto.a /usr/local/ssl/fips-2.0/libfipscanister.o > ar: /usr/local/ssl/fips-2.0/libfipscanister.o: No such file or directory
Here is your problem, perhaps -- missing a slash at the end of lib. Should be pointing to /usr/local/ssl/fips-2.0/lib/fipscanister.o instead of /usr/local/ssl/fips-2.0/libfipscanister.o I suspect when you run a regular "make" it can't find fipscanister.o either. May want to verify. Cassie ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager majord...@openssl.org