]> git.cworth.org Git - fips/commit
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)
commit4ed3210133fb9f990c3d34fd04619867656c74e3
tree05a951f607dbc08e352d1b07d518545040d9e2bc
parentca92cd15c67e52a9ed2d390f946b750e777b47d7
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.
execute.c