You are on page 1of 5

Nabble

Old Nabble1

OpenSSL OpenSSL - User Login : Register Installation Steps for OpenSSL on AIX Unix View: New views 4 Messages Rating Filter: Alert me Installation Steps for OpenSSL on AIX Unix Click to flag this post by Richardson, Robert H Sep 30, 2008; 07:04pm :: Rate this Message: - Use rating s to moderate (?) Reply Print Greetings, View Threaded Show Only this Message

We would like to install the latest stable version of the OpenSSL software o n our AIX 5.3 Unix server to support a product known as Cloverleaf Integrator (an interface engine). We h ave downloaded a "tarball" from the official OpenSSL website and opened it up using Winzip. We cannot find any explicit installation instructions for our Unix platform. At least it is no t apparent at this point. Please advise. Thank you. Bob Richardson Allina Hospitals and Clinics IS Data Integration - Cloverleaf Phone: 612-262-0041 CDT This less not the r by message contains information that is confidential and may be privileged. Un you are the addressee (or authorized to receive for the addressee), you may use, copy or disclose to anyone the message or any information contained in message. If you have received the message in error, please advise the sende reply e-mail and delete the message.

Re: Installation Steps for OpenSSL on AIX Unix Click to flag this post by tyra0002 Sep 30, 2008; 09:43pm :: Rate this Message: - Use ratings to moderat e (?) Reply Print View Threaded Show Only this Message I think you are attempting to install from the source code. This installation is highly platform dependent and varies from platform to platform. Having said tha t OpenSSL uses the GNU make system. The basic steps are: Unzip/untar Enter new directory Run ./configure

Run make Run make install Personally I would guess IBM has a better option, I would talk to them 1st.

Sent from my Verizon Wireless BlackBerry From: "Richardson, Robert H" <Bob.Richardson@...> Date: Tue, 30 Sep 2008 08:34:28 -0500 To: <openssl-users@...> Subject: Installation Steps for OpenSSL on AIX Unix Greetings, We would like to install the latest stable version of the OpenSSL software o n our AIX 5.3 Unix server to support a product known as Cloverleaf Integrator (an interface engine). We h ave downloaded a "tarball" from the official OpenSSL website and opened it up using Winzip. We cannot find any explicit installation instructions for our Unix platform. At least it is no t apparent at this point. Please advise. Thank you. Bob Richardson Allina Hospitals and Clinics IS Data Integration - Cloverleaf Phone: 612-262-0041 CDT This less not the r by message contains information that is confidential and may be privileged. Un you are the addressee (or authorized to receive for the addressee), you may use, copy or disclose to anyone the message or any information contained in message. If you have received the message in error, please advise the sende reply e-mail and delete the message.

Re: Installation Steps for OpenSSL on AIX Unix Click to flag this post by Marek.Marcola Oct 01, 2008; 01:01am :: Rate this Message: - Use ratings to mo derate (?) Reply Print Hello, View Threaded Show Only this Message

owner-openssl-users@... wrote on 09/30/2008 03:34:28 PM: > Greetings, > > We would like to install the latest stable version of the OpenSSL software on our > AIX 5.3 Unix server > to support a product known as Cloverleaf Integrator (an interface

engine). We have downloaded > a "tarball" from the official OpenSSL website and opened it up using Winzip. We cannot find > any explicit installation instructions for our Unix platform. At least it is not > apparent at this point. If you want to compile your own version of OpenSSL you may try: (32-bit version with gcc) $ gzip -dc openssl-0.9.8e.tar.gz tar xf $ cd openssl-0.9.8e $ ./Configure threads --prefix=/usr/local/security/openssl-0.9.8e aix-gcc $ make $ make test $ make install $ file apps/openssl apps/openssl: executable (RISC System/6000) or object module not stripped (64-bit version with gcc) $ gzip -dc openssl-0.9.8e.tar.gz tar xf $ cd openssl-0.9.8e $ ./Configure threads --prefix=/usr/local/security/openssl-0.9.8e aix64-gcc -maix64 $ make $ make test $ make install $ file apps/openssl apps/openssl: 64-bit XCOFF executable or object module not stripped (32-bit version with IBM XL C) $ ./Configure threads --prefix=/usr/local/security/openssl-0.9.8e aix-cc $ file apps/openssl apps/openssl: executable (RISC System/6000) or object module not stripped (64-bit version with IBM XL C) $ ./Configure threads --prefix=/usr/local/security/openssl-0.9.8e aix64-cc $ file apps/openssl apps/openssl: executable (RISC System/6000) or object module not stripped or you may download current binary distribution from: https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=aixbp and then: # pwd /var/tmp/sw # mkdir openssl; cd openssl # gzip -dc ../openssl.9.8.601.tar.Z tar xvf # installp -ac -Y -d /var/tmp/sw/openssl all Best regards, -Marek Marcola <Marek.Marcola@...> ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@... Automated List Manager majordomo@...

RE: Installation Steps for OpenSSL on AIX Unix Click to flag this post by Richardson, Robert H Oct 01, 2008; 01:33am :: Rate this Message: - Use rating s to moderate (?) Reply Print View Threaded Show Only this Message Thank you for your excellent suggestions. I will pass these on to our Unix Admin group here at Allina. Bob Richardson Allina Hospitals and Clinics IS Data Integration - Cloverleaf Phone: 612-262-0041 -----Original Message----From: owner-openssl-users@... [mailto:owner-openssl-users@...] On Behalf Of Marek.Marcola@... Sent: Tuesday, September 30, 2008 2:32 PM To: openssl-users@... Subject: Re: Installation Steps for OpenSSL on AIX Unix Hello, owner-openssl-users@... wrote on 09/30/2008 03:34:28 PM: > Greetings, > > We would like to install the latest stable version of the OpenSSL software on our > AIX 5.3 Unix server > to support a product known as Cloverleaf Integrator (an interface engine). We have downloaded > a "tarball" from the official OpenSSL website and opened it up using Winzip. We cannot find > any explicit installation instructions for our Unix platform. At > least it is not > apparent at this point. If you want to compile your own version of OpenSSL you may try: (32-bit version with gcc) $ gzip -dc openssl-0.9.8e.tar.gz tar xf - $ cd openssl-0.9.8e $ ./Configure threads --prefix=/usr/local/security/openssl-0.9.8e aix-gcc $ make $ make test $ make install $ file apps/openssl apps/openssl: executable (RISC System/6000) or object module not stripped (64-bit version with gcc) $ gzip -dc openssl-0.9.8e.tar.gz tar xf - $ cd openssl-0.9.8e $ ./Configure threads --prefix=/usr/local/security/openssl-0.9.8e aix64-gcc -maix64 $ make $ make test $ make install $ file apps/openssl apps/openssl: 64-bit XCOFF executable or object module not stripped

(32-bit version with IBM XL C) $ ./Configure threads --prefix=/usr/local/security/openssl-0.9.8e aix-cc $ file apps/openssl apps/openssl: executable (RISC System/6000) or object module not stripped (64-bit version with IBM XL C) $ ./Configure threads --prefix=/usr/local/security/openssl-0.9.8e aix64-cc $ file apps/openssl apps/openssl: executable (RISC System/6000) or object module not stripped or you may download current binary distribution from: https://www14.software.ibm.com/webapp/iwm/web/preLogin.do?source=aixbp and then: # pwd /var/tmp/sw # mkdir openssl; cd openssl # gzip -dc ../openssl.9.8.601.tar.Z /var/tmp/sw/openssl all Best regards, -Marek Marcola <Marek.Marcola@...> ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@... Automated List Manager majordomo@... This message contains information that is confidential and may be privileged. U nless you are the addressee (or authorized to receive for the addressee), you ma y not use, copy or disclose to anyone the message or any information contained i n the message. If you have received the message in error, please advise the sen der by reply e-mail and delete the message. ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@... Automated List Manager majordomo@... Search Nabble for "steps to install openssl in aix" Free embeddable forum powered by Nabble Forum Help

tar xvf - # installp -ac -Y -d

You might also like