Thanks, Cassie.

Ryan

-----Original Message-----
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] 
On Behalf Of Cassie Helms
Sent: Friday, August 10, 2012 12:08 PM
To: openssl-users@openssl.org
Subject: Re: Compiling openssl 1.0.1c with fips 2.0.1

> 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



This message (including any attachments) is intended
solely for the specific individual(s) or entity(ies) named
above, and may contain legally privileged and
confidential information. If you are not the intended 
recipient, please notify the sender immediately by 
replying to this message and then delete it.
Any disclosure, copying, or distribution of this message,
or the taking of any action based on it, by other than the
intended recipient, is strictly prohibited.
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to