X-Git-Url: https://git.cworth.org/git?p=fips;a=blobdiff_plain;f=execute.c;h=cc01c436db2329e19184a7d651b3fe5e06efe5aa;hp=0719e2da23ce1c1b18d4f43a2dc62b5b6abfdb2d;hb=4ed3210133fb9f990c3d34fd04619867656c74e3;hpb=ca92cd15c67e52a9ed2d390f946b750e777b47d7 diff --git a/execute.c b/execute.c index 0719e2d..cc01c43 100644 --- a/execute.c +++ b/execute.c @@ -279,6 +279,9 @@ find_libfips_path (void *ctx, const char *program) "\t%s\n" "and\n" "\t%s/" BINDIR_TO_LIBFIPSDIR "\n", bin_path, bin_path); + + fprintf(stderr, "\nIt's possible fips was not compiled with support for %d-bit applications.\n", bits); + fprintf(stderr, "Perhaps you need to install gcc-multilib and re-compile fips?\n"); exit (1); }