I am getting following error while building the SSL in fips mode. The FIPS object module was successfully build using fips1.2 version. After which I tried following command to build OpenSSl 0.9.8j version:
./config fips make `lib' is up to date. `fips_premain_dso' is up to date. `fips_standalone_sha1' is up to date. making all in ssl... sh: fips/fipsld: cannot execute *** Error code 1 make: Fatal error: Command failed for target `link_a.solaris' Current working directory /home/ngtyerpc/openssl-0.9.8j *** Error code 1 make: Fatal error: Command failed for target `do_solaris-shared' Current working directory /home/ngtyerpc/openssl-0.9.8j *** Error code 1 make: Fatal error: Command failed for target `libcrypto.so.0.9.8'`lib' is up to date. `fips_premain_dso' is up to date. `fips_standalone_sha1' is up to date. making all in ssl... sh: fips/fipsld: cannot execute *** Error code 1 make: Fatal error: Command failed for target `link_a.solaris' Current working directory /home/ngtyerpc/openssl-0.9.8j *** Error code 1 make: Fatal error: Command failed for target `do_solaris-shared' Current working directory /home/ngtyerpc/openssl-0.9.8j *** Error code 1 make: Fatal error: Command failed for target `libcrypto.so.0.9.8' Any help to this will be really appreciated. Thanks Rajat Gupta