From: Carl Worth Date: Fri, 14 Jun 2013 05:02:45 +0000 (-0700) Subject: Add more detailed warning if libfips binary could not be found. X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=4ed3210133fb9f990c3d34fd04619867656c74e3;hp=4ed3210133fb9f990c3d34fd04619867656c74e3;p=fips Add more detailed warning if libfips binary could not be found. Since we now may not compile a non-native bit-size libfips, (such as not compiling libfips-32.so on a native 64-bit install), then fips can fail when trying to wrap a 32-bit application. So be kind and suggest that the user install gcc-multilib and re-compile fips as one potential solution for this problem. ---