Re: Undefined reference to 'FIPS_text_start()'

2012-11-26 Thread Santhosh Kokala
`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 try to compile fips_premain.c manually with g

Re: Undefined reference to 'FIPS_text_start()'

2012-11-26 Thread Santhosh Kokala
/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 try to compile fips_premain.c manually with g++ and run 'nm fips_premain.o

Re: Undefined reference to 'FIPS_text_start()'

2012-11-25 Thread Andy Polyakov
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

RE: Undefined reference to 'FIPS_text_start()'

2012-11-23 Thread Santhosh Kokala
...@openssl.org Cc: openssl-dev@openssl.org Subject: Re: Undefined reference to 'FIPS_text_start()' Jeffrey, This still did not fix my issue. Any other ideas? Santhosh On 11/20/12 4:14 PM, Jeffrey Walton noloa...@gmail.com wrote: On Tue, Nov 20, 2012 at 6:16 PM, Santhosh Kokala santhosh.kok

Re: Undefined reference to 'FIPS_text_start()'

2012-11-22 Thread Jeffrey Walton
: ./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

Re: Undefined reference to 'FIPS_text_start()'

2012-11-21 Thread Santhosh Kokala
: 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)' Add fipscanister.o

Undefined reference to 'FIPS_text_start()'

2012-11-20 Thread Santhosh Kokala
/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