Hello, I am trying to build Apache 2.2.17 on RH linux 5 with openssl FIPS openssl-fips-1.2.2.tar.gz I built and install openssl fips 1.2.2 and then ran my apache config: ./configure --prefix=/usr/local/apache2 --with-ssl=/usr/local/fips_openssl/ssl --with-mpm=prefork --enable-ssl I did make, make install and then tried to run my apache with "SSLFIPS on" within my httpd-ssl.conf, BUT when I try to boot, I get: "Syntax error on line 1 of /usr/local/apache2/conf/extra/httpd-ssl.conf: SSLFIPS invalid, rebuild httpd and openssl compiled for FIPS" Any ideas????? Sam |