RE: Compiling openssl 1.0.1c with fips 2.0.1

2012-08-10 Thread Ruiyuan Jiang
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: creat

Re: Compiling openssl 1.0.1c with fips 2.0.1

2012-08-10 Thread Cassie Helms
> 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

Compiling openssl 1.0.1c with fips 2.0.1

2012-08-09 Thread Ruiyuan Jiang
Hi, I am trying to compile openssl 1.0.1c with fips 2.0.1 enabled on Redhat RHEL 6.3 64bit server. I first compiled fips 2.0.1 in the source tree directory: # config # make # make install I then tried to compile openssl 1.0.1c in the source tree directory per FIPS user guide: # ./config fips