On 19/02/2014 15:08, Tom Browder wrote: > On Wed, Feb 19, 2014 at 8:08 AM, Jim Jagielski <[email protected]> wrote: >> I'd like to shoot for a T&R sometime next week... >>> I'd like to T&R and release 2.4.8 this month... Let's all take >>> some time to: >>> >>> 1. See what in trunk should really be backported >>> 2. Test and vote in STATUS backports > > I hope it fixes this (reported on users list): > > I configured httpd-2.4.7 successfully to use mod_ssl: > > ... > --with-ssl=/usr/local/ssl/fips-2.0 > > and, during the build, it stops here: > > /usr/local/src/httpd-2.4.7/support/ab.c:509: undefined reference to > `FIPS_rand_seed' > /usr/local/src/httpd-2.4.7/support/ab.c:516: undefined reference to > `FIPS_rand_seed' > /usr/local/src/httpd-2.4.7/support/ab.c:522: undefined reference to > `FIPS_rand_seed' >
That could be user error. The path /usr/local/ssl/fips-2.0 is the default install location of the FIPS module which isn't a complete version of OpenSSL. It should point to the location the FIPS capable OpenSSL is installed instead. Steve. -- Dr Stephen Henson. OpenSSL Software Foundation, Inc. 1829 Mount Ephraim Road Adamstown, MD 21710 +1 877-673-6775 [email protected]
