[openssl-dev] [openssl.org #3745] OpenSSl Bug, affected release 0.9.8zd

Steve Schefter steve at scheftech.com
Fri Mar 13 21:27:30 UTC 2015


On 3/13/2015 4:00 PM, Rath, Santosh via RT wrote:

> But when I   build the openssl with shared mode, then it is failing and reporting below errors.
>
> gcc: /home/ratsa02/openssl/openssl-fips-2.0.2/fips_binary/fipsfips_premain.c: No such file or directory
> gcc: /home/ratsa02/openssl/openssl-fips-2.0.2/fips_binary/fipsfipscanister.o: No such file or directory
> make[2]: *** [fips_premain_dso] Error 1

Without looking at the old source, it looks to me like an environment 
variable or configure script option is missing a trailing /  so that 
instead of getting
     ../fips/fips_premain.c
you get
     ../fipsfips_premain.c

Regards,
	Steve




More information about the openssl-dev mailing list