I had the same problem and was typing up a post asking if there was something I 
was doing wrong or if there was a change that needs to be made to the makefile.

When I was making (openssl after pre building the fips canisters with the fips 
version, it was failing in the same spot.  From what I could tell, the make is 
trying to copy the fipscanister files without any path provided so it is 
looking for the files in the current directory (which is the standard openssl 
directory).  When we added the $(FIPSLIBDRI) as a prefix to each of these files 
it worked.

In our case we were getting that from make install.

-----Original Message-----
From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] 
On Behalf Of Kyle Hamilton
Sent: Sunday, January 11, 2009 12:03 PM
To: openssl-users@openssl.org
Subject: Re: "make all" failed - FIPS-related

Which source code package are you using?  You cannot make a non-FIPS
version from the FIPS sources.

-Kyle H

On Sat, Jan 10, 2009 at 9:19 PM, Val Baranov <val.bara...@duke.edu> wrote:
>
> Config:
>     ./config --prefix=/usr/local/openssl zlib
>
> "make" completed successfully, as well as "make test".
>
> For some reason, "make all" attempted (why?) to install FIPS:
> making install in crypto/pqueue...
> making install in fips...
> making install in fips/sha...
> making install in fips/rand...
> making install in fips/des...
> making install in fips/aes...
> making install in fips/dsa...
> making install in fips/rsa...
> making install in fips/dh...
> making install in fips/hmac...
> cp: fipscanister.o: A file or directory in the path name does not exist.
> cp: fipscanister.o.sha1: A file or directory in the path name does not
> exist.
> make: 1254-004 The error code from the last command is 1.
>
> Stop.
> make: 1254-004 The error code from the last command is 1.
>
> Stop.
> This has been fixed by replacing
>     DIRS=   crypto fips ssl engines apps test tools
> with
>     DIRS=   crypto ssl engines apps test tools
> in Makefile.
>
> Pls verify.
>
> Val
>
>
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org
:��I"Ϯ��r�m����
(����Z+�K�+����1���x��h����[�z�(����Z+���f�y�������f���h��)z{,���

Reply via email to