Vince/Igor,
I fixed my config.nice problem. make and make install are went well. Now,My apache is running in the FIPS mode. The problem was a file called /usr/bin/pkg-config and I moved it to /usr/bin/pkg-config.backup and I ran the /usr/local/apache/build/config.nice under /var/tmp/httpd-2.2.25 and it was went well. I do not know the exact problem,If pkg-config was there under /usr/bin. Seems,/usr/bin/pkg-config was setting up the SSL_LIBS with few libs information and I moved /usr/bin/pkg-config to backup folder,after that config.nice was setting up the SSL_LIBS with correct information and config.nice was happy with my openssl-1.0.1e fips libs. Here is the log information; -------------------------------------------------------------------------------------------------------------------------------------------------------- [Sat Dec 14 10:25:50 2013] [notice] Operating in SSL FIPS mode [Sat Dec 14 10:25:51 2013] [warn] Init: Session Cache is not configured [hint: SSLSessionCache] [Sat Dec 14 10:25:53 2013] [notice] Digest: generating secret for digest authentication ... [Sat Dec 14 10:25:53 2013] [notice] Digest: done [Sat Dec 14 10:25:53 2013] [warn] pid file /usr/local/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run? [Sat Dec 14 10:25:53 2013] [notice] Apache/2.2.25 (Unix) mod_ssl/2.2.25 OpenSSL/1.0.1e-fips configured -- resuming normal operations ---------------------------------------------------------------------------------------------------------------------------------------------------
So,Guys,Thanks for all your help.
Please let me know,If You have any questions or concerns.
Thanks, Srinivas
From: skatta33@xxxxxxxxxxx To: icicimov@xxxxxxxxx Subject: RE: Help Please Date: Fri, 6 Dec 2013 13:10:33 -0500 Igor, Here is the information regarding How I build the openssl 1.0.1e for fips compatible; 1. openssl-fips-ecp-2.0.3.tar.gz # cd /var/tmp/openssl-fips-2.0.3 #./config #make #make install Note:make install created a folder called fips-2.0 under /usr/local/ssl 2. Now,I compiled openssl-1.0.1e with fips option as like as follows; .Copied openssl source compressed tar file(openssl-1.0.1e.tar.gz) on to /var/tmp, .Uncompressed and Untar the above file under /var/tmp, .Changed directory to /var/tmp/openssl-1.0.1e, .I run the following cmds as a user root; #cd /var/tmp/openssl-1.0.1e #./config fips --with-fipslibdir=/usr/local/ssl/fips-2.0/lib/ no-ec2m #make #make install Note: Make install copied the all the openssl files to under /usr/local/ssl, I checked the openssl version like as follows; #cd /usr/local/ssl #cd bin #./openssl OpenSSL>version OpenSSL 1.0.1e-fips 11 Feb 2013 OpenSSL>exit # --------------------------------------------------------------------------------------------- Note: I compiled above fips and openssl using gcc-4.7.2 compiler. Please let me know,If You have any questions or concerns. Thanks, Srinivas From: skatta33@xxxxxxxxxxx To: icicimov@xxxxxxxxx Subject: RE: Help Please Date: Fri, 6 Dec 2013 06:01:27 -0500 Igor, Thanks for the response to my email. I will give you all the information,When I go to office today. Thanks, Srinivas Date: Fri, 6 Dec 2013 09:00:01 +1100 Subject: Re: Help Please From: icicimov@xxxxxxxxx To: skatta33@xxxxxxxxxxx How did you install openssl-1.0.1e? Obviously apache is not happy about something there. On 06/12/2013 8:42 AM, "Srinivasa Rao Katta" <skatta33@xxxxxxxxxxx> wrote:
|