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]