Hi,
I am trying to build an application with the FIPS Object module. I followed the 
build instructions mentioned in FIPS User Guide 2.0.

FIPS Object Module:

./config
Make
make install

Open SSL:

./config fips
make depend
Make

My Application:

export FIPSLD_CC=g++
export CC=gcc
export CXX=/usr/local/ssl/fips-2.0/bin/fipsld


Build Errors:


/tmp/cczHeW7i.o: In function `FINGERPRINT_premain()':
/usr/local/ssl/fips-2.0/bin/../lib/fips_premain.c:103: undefined reference
to `FIPS_text_start()'
/usr/local/ssl/fips-2.0/bin/../lib/fips_premain.c:116: undefined reference
to `FIPS_incore_fingerprint(unsigned char*, unsigned int)'



So my question is, How to fix these errors?

Santhosh

Reply via email to