]> git.cworth.org Git - fips/commitdiff
Add more detailed warning if libfips binary could not be found.
authorCarl Worth <cworth@cworth.org>
Fri, 14 Jun 2013 05:02:45 +0000 (22:02 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 14 Jun 2013 05:02:45 +0000 (22:02 -0700)
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.


No differences found