Hi Bill,

The default installation appears to stay in /usr/local/ssl, which makes
my life easier. Now to see if the default SSH on Solaris 10 works with
OpenSSL in /usr/local/ssl.

Thank you for your help and to the community for their posts.

Take care,

Ron

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

Ron Maltz wrote:

> BTW, when this is done, can I archive/tarup the /usr/local/ssl
directory
> and copy it to another Sun server running the same h/w and OS version
> and have it work properly?

/usr/local/ssl will definitely contain everything from your build of
openssl-fips-1.1.1.

Depending on the parameters you supply during the build of
openssl-0.9.7m, the files it installs may be in other directories.

For example, I use the following commands when building openssl-0.9.7m:

./config fips --with-fipslibdir=/usr/local/ssl/lib \
    --openssldir=/etc/ssl --prefix=/usr zlib-dynamic 
make MANDIR=/usr/share/man
make MANDIR=/usr/share/man install

This results in none of the files installed from the build of
openssl-0.9.7m being in /usr/local/ssl.

However, if you leave everything to default, I expect that everything
will get installed in /usr/local/ssl and I would think you could move it
all to another identical system with no problems.

Bill
______________________________________________________________________
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