Hi Bill,

I just tried your suggestion of leaving out the make test part, but the
make install still failed in the same way as before. It appears that the
make install step is stripping off the directory which each object file
is in, thus they can't be located. Do you know if I should be using a
different ar other than what comes with Solaris? The only packages I
installed for compiling which are not part of the OS are: gcc, gmake,
GNU ld.

Thanks,

Ron

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bill Colvin
Sent: Monday, March 19, 2007 5:24 PM
To: openssl-users@openssl.org
Subject: RE: Make install fails for the FIPs module on Solaris 10

Ron:  This may be a long shot, but have you tried it by leaving out the
"make test" step.  It is not in the recommended steps for building the
FIPS version of OpenSSL in either the Security Policy or the User Guide.

I have always used:

        ./config fips
        make
        make install

albeit, only in a Linux environment.  Just wondering if something in the
"make test" is messing things up for you.

Bill

> Ron Maltz wrote:

> To make sure I didn't screw things up, I untarred the 
> openssl-fips-1.1.1 tarball again, and ran through the 
> config, make, make test, and make install. 
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to