Hi, I am trying to build openssl 0.9.8ze with fipscansiter on solaris 10 (latest patches installed). I configure like this: ./config fipscanisterbuild --prefix=${OPENSSL_BASE} --openssldir=${OPENSSL_BASE} shared This worked until 0.9.8x, but stopped at 0.9.8y. When I try to build (make), I get make[2]: Entering directory `/local/src/openssl-0.9.8ze/test' Undefined first referenced symbol in file CRYPTO_memcmp ../fips/fipscanister.o ld: fatal: symbol referencing errors. No output written to fips_shatest collect2: ld returned 1 exit status make[2]: *** [link_app.solaris] Error 1 make[2]: Leaving directory `/local/src/openssl-0.9.8ze/test' It looks like it is connected to the following change in the code: http://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff;h=270881316664396326c461ec7a124aec2c6cc081 Building without the fipscanister option works fine - but client regulations dictate that I use this option. Does anyone know how I get this to work? What am I missing? Isaac -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mta.openssl.org/pipermail/openssl-users/attachments/20150225/f8c9ad4a/attachment.html>