Installing Open SSL on AIX 6.1


 
Thread Tools Search this Thread
Operating Systems AIX Installing Open SSL on AIX 6.1
# 1  
Old 01-12-2013
Installing Open SSL on AIX 6.1

Hello,

I want to install openssl-1.0.1c-1.aix5.1.ppc.rpm on IBM AIX 6.1 server machine and when I try to install the same as :
Code:
rpm -ivh openssl-1.0.1c-1.aix5.1.ppc.rpm

I get the error saying that it needs the following dependencies :
Code:
error: failed dependencies:
        libcrypto.a(libcrypto.so.0) is needed by wget-1.9-2ssl
        libssl.a(libssl.so.0) is needed by wget-1.9-2ssl

Where can I download the same.I tried IBM site and could not find these dependent files at all.
# 2  
Old 01-12-2013
Apparently this version of SSL and SSH has problems and issues. See, my previous post. You should download the latest version of openssl and openssh.
# 3  
Old 01-13-2013
@filosophizer:Thanks for the reply.
Which post are you referring to?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Proxy Server

Httpd proxy on AIX: failed to connect SSL

Hi, I am trying to migrate a quite old proxy server with Apache httpd, running on AIX The scenario is that my server accepts connections on http and proxies them to an SSL backend. This is done in a ProxyPass statement, as follows: ProxyPass /myservice/my-ws... (1 Reply)
Discussion started by: trifo75
1 Replies

2. AIX

How to upgrade SSH/SSL on AIX servers?

Hello, Can you please give some info on how to upgrade the SSH/SSL on AIX LPARs? we've the below version on our servers. />lslpp -l | grep -i ssh openssh.base.client 5.8.0.6102 COMMITTED Open Secure Shell Commands openssh.base.server 5.8.0.6102 COMMITTED Open Secure... (1 Reply)
Discussion started by: System Admin 77
1 Replies

3. AIX

New to AIX need help Installing/Upgrading Samba on AIX 7.1?

Hello, I am trying to update Samba on my AIX 7.1 system as there is an issues with it, the smbd process coredumps and I have had no luck figuring it out why. My approach is to try to re-install a newer samba and I have found the latest 3.x package for samba in ppc.rpm format at perlz.org ... (6 Replies)
Discussion started by: c3rb3rus
6 Replies

4. UNIX for Dummies Questions & Answers

Installing SSL certificates on Ubuntu Server 12.04

Hi everyone, I am working on a Nginx + Apache installation for learning purposes, and just got to the point of installing a self-signed certificate for securing some pages that will be used to send "sensitive" information such as login credentials. So far so good. What a I want to know is how can... (2 Replies)
Discussion started by: gacanepa
2 Replies

5. AIX

Installing HP open view in AIX

Hi, I am new to AIX, I have to install HP Open View on AIX OS and I would appreciate if anyone can guide me how to install it step be step, any pointer in the direction would also help. I thank all in advance ! (1 Reply)
Discussion started by: Rookie_newbie
1 Replies

6. AIX

Installing SSL certificate on AIX

Hello, I am new in UNIX, and some one asks me to install SSL certificates to allow exchange with an external system. Can someone tell how to install certificate (ex : verisignxxx.cer) on a UNIX server? Many thanks. Tibo (4 Replies)
Discussion started by: tibo51
4 Replies

7. Solaris

open SSL configuration in solaris 5.9 for NRPE plug-in

Hi guys, I have a linux box with nagios installed on it. I have configured some windows clients very easily and now i want to configure a unix client on it. Steps done: 1) installed nagios-plugins-1.4.13 2) downloaded nrpe-2.12, but while giving "./configure" command, it is throwing an... (1 Reply)
Discussion started by: Renjesh
1 Replies

8. UNIX for Advanced & Expert Users

Installing an SSL certificate in Blue Quartz

My current SSL certificate is about to expire in a couple days so I got a new one via Godaddy and need to install the new one. My server is running Centos 4.x with Blue quartz as the backend. Now BQ does have an SSL import option via the GUI but I'm not sure what route to take to import the... (1 Reply)
Discussion started by: mcraul
1 Replies

9. UNIX for Dummies Questions & Answers

installing open bsd

I'm in the process of installing openbsd 3.2, the install appears to go ok but will not boot. So I tried the install again, when I opt to partition I noticed the disk the signature (in geometry) reads as 0x0 instead of 0xAA55. I'm using Lucas's 'Absolute OpenBSD' as my install guide together with... (3 Replies)
Discussion started by: ferret
3 Replies

10. UNIX for Advanced & Expert Users

looking for SSL software package (AIX 5.1)

When i install SSH on AIX 5.1 I get the following message { A prerequisite package has not been installed. Open SSH requires Open SSL (Secure Sockets Layer). Please install Open SSL from the AIX Toolbox for Linux CD or Toolbox website: } I cannot find the AIX toolbox for linux CD, also on... (1 Reply)
Discussion started by: janr
1 Replies
Login or Register to Ask a Question