Hello, I am trying to build an application and linking it with a FIPS capable version of openssl. I followed all the steps in the manual and have put the fipscanister.o and fips_remain.c (along with the .sha1 files) in the /usr/lib directory. After building openssl-0.9.8q, i have the fipsld program in the /usr/bin directory.
When I try to build the application (make CC=fipsld FIPSLD_CC=gcc) I get the following error: /usr/bin/../fips/fips_standalone_sha1: No such file or directory I am curious where this file comes in, because when i run make install with openss-0.9.8 and openssl-fips, i don't see a fips directory in either /usr/local/ssl/fips or /usr/local/ssl/fips-1.0. Any ideas on what is going on? Thanks, Michael
