Re: Undefined reference to 'FIPS_text_start()'

2012-11-26 Thread Santhosh Kokala
gt;> 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_pr

Re: Undefined reference to 'FIPS_text_start()'

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

Re: Undefined reference to 'FIPS_text_start()'

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

Re: Undefined reference to 'FIPS_text_start()'

2012-11-24 Thread Dr. Stephen Henson
On Sat, Nov 24, 2012, Santhosh Kokala wrote: > I would really appreciate, if someone helps me with this issue. Firstly if your application can use the shared library then just link against that: there is no need to use fipsld at all. If you must use static libraries then you should ensure that t

RE: Undefined reference to 'FIPS_text_start()'

2012-11-23 Thread Santhosh Kokala
@openssl.org Cc: openssl-...@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" wrote: >On Tue, Nov 20, 2012 at 6:16 PM, Santhosh Kokala > wrote: >

Re: Undefined reference to 'FIPS_text_start()'

2012-11-21 Thread Santhosh Kokala
t;> >> 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: undef

Re: Undefined reference to 'FIPS_text_start()'

2012-11-20 Thread Jeffrey Walton
pen 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

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 re