Hello, I am trying to build apache 2.2.17 with FIPS openssl on Red Hat 5. Any ideas what could be wrong?: 1.) I downloaded and installed FIPS http://www.openssl.org/source/openssl-fips-1.2.2.tar.gz ./config fipscanisterbuild --prefix=/u01/fipsssl --openssldir=/u01/openssl make make install 2.) /configure --prefix=/usr/local/apache2 --with-ssl=/u01/fipsssl --with-mpm=prefork --with-ldap --enable-ssl --enable-authnz-ldap --enable-ldap make make install 3) after I configure apache config files (certificates, and SSLFIPS on) I try to boot but get: [root@system01 bin]# ./apachectl start Syntax error on line 1 of /usr/local/apache2/conf/httpd.conf: SSLFIPS invalid, rebuild httpd and openssl compiled for FIPS |