I would really appreciate, if someone helps me with this issue.
________________________________________
From: owner-openssl-...@openssl.org [owner-openssl-...@openssl.org] on behalf 
of Santhosh Kokala [santhosh.kok...@riverbed.com]
Sent: Wednesday, November 21, 2012 11:33 AM
To: openssl-users@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" <noloa...@gmail.com> wrote:

>On Tue, Nov 20, 2012 at 6:16 PM, Santhosh Kokala
><santhosh.kok...@riverbed.com> wrote:
>> 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)'
>Add fipscanister.o to the link phase/
>
>Jeff
>______________________________________________________________________
>OpenSSL Project                                 http://www.openssl.org
>User Support Mailing List                    openssl-users@openssl.org
>Automated List Manager                           majord...@openssl.org

______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       openssl-...@openssl.org
Automated List Manager                           majord...@openssl.org
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to