Compile error trying to compile 0.9.7m with fips and shared options

2007-08-30 Thread Maltz, Ron
Hi Folks, I've compiled the FIPs module and OpenSSL 0.9.7m without problems. However, when I try to compile OpenSSL 0.9.7m with the shared option I get the following error: Canister: /usr/local/ssl/lib//fipscanister.o 8811:error:25066067:DSO support routines:DLFCN_LOAD:could not load the

RE: Fips - Solaris 10 error

2007-04-09 Thread Maltz, Ron
CS, Sorry for the delay in replying with this info. This is what I did to get FIPS to compile and install on our Solaris 10 server (I installed the OEM distribution of S10): I installed the following binary packages from sunfreeware.sun.com: GCC 3.4.6 Make-381 Libiconv-1.11

RE: Fips - Solaris 10 error

2007-04-05 Thread Maltz, Ron
With help from this list I was able to compile and install FIPS and OpenSSL 0.9.7m. I have very limited time at the keyboard right now so I'll look over my notes and try to respond tonight. Thanks, Ron -Original Message- From: [EMAIL PROTECTED] on behalf of capstone Sent: Wed

Need confirmation on a few thoughts abut FIPS and OpenSSH

2007-03-23 Thread Maltz, Ron
Hi Folks, With Bill Colvin's help and reading past posts I was able to compile the FIPS module and OpenSSL 0.9.7m and install it successfully on Solaris 10. Thank you. Now I just need confirmation on the following thoughts concerning SSH and using FIPS mode. The default SSH on Solaris 10

RE: Make install fails for the FIPs module on Solaris 10

2007-03-20 Thread Maltz, Ron
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

RE: Make install fails for the FIPs module on Solaris 10

2007-03-20 Thread Maltz, Ron
Hi Bill, Yes it does help very much. The ar being used is from Sun. I'll install GNUs ar and see what happens. Ron -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bill Colvin Sent: Tuesday, March 20, 2007 9:47 AM To: openssl-users@openssl.org Subject:

RE: Make install fails for the FIPs module on Solaris 10

2007-03-20 Thread Maltz, Ron
Hi Bill, Thanks for your help. I was able to compile the FIPS module after installing GNU ar. Now off to compile and install OpenSSL 0.9.7m. 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

RE: Make install fails for the FIPs module on Solaris 10

2007-03-20 Thread Maltz, Ron
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:

RE: Make install fails for the FIPs module on Solaris 10

2007-03-19 Thread Maltz, Ron
Hi Bill, Thanks for responding. 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. The make install still fails the same way. However, from what I can see, all the object files do exist. Using

RE: Make install fails for the FIPs module on Solaris 10

2007-03-19 Thread Maltz, Ron
. Is this a problem also? Thanks again, Ron -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Maltz, Ron Sent: Monday, March 19, 2007 3:11 PM To: openssl-users@openssl.org Subject: RE: Make install fails for the FIPs module on Solaris 10 Hi Bill, Thanks for responding