I think looking at the errors there is a mismatch between 32 and 64 bit ( ELFCLASS32 error ). If you are using cc on solaris and want to configure fips 32 you could use the ./Configure solaris-sparcv9-cc fipscanisterbuild (fips binaries)..then make ...and install.. and to build the fips capable openssl use the ./Configure solaris-sparcv9-cc fips --with-fipslibdir ( wherever you have installed the fips libs)..then make..and install...
HTH Jatheen Anand From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Donald Dukelow Sent: Friday, November 28, 2008 7:57 AM To: openssl-users@openssl.org Subject: Installing openssl-fips-1.2 I'm trying to install openssl-fips-1.2 on a Sun Solaris 10 system with no success. I've tried configurations procedures ./Configure --prefix=/home/dciproj/usr CC=gcc and ./config --prefix=/home/dciproj/usr --openssldir=/home/dciproj/usr/openssl. Using both cc and gcc commands. The attached file is the output of the make command as fair back as my windows buffer would go. It look to me all worked until the very last application build, then failed. Can anyone help me out.