Install bash on AIX


 
Thread Tools Search this Thread
Operating Systems AIX Install bash on AIX
# 1  
Old 01-29-2010
Install bash on AIX

Hi,

Im trying to install bash on AIX, I have rpm installed but get:

Code:
 rpm --install bash-3.0-19.3.ppc.rpm
error: failed dependencies:
        libc.so.6   is needed by bash-3.0-19.3
        libc.so.6(GLIBC_2.0)   is needed by bash-3.0-19.3
        libc.so.6(GLIBC_2.1)   is needed by bash-3.0-19.3
        libc.so.6(GLIBC_2.2)   is needed by bash-3.0-19.3
        libc.so.6(GLIBC_2.3)   is needed by bash-3.0-19.3
        libc.so.6(GLIBC_2.3.4)   is needed by bash-3.0-19.3
        libdl.so.2   is needed by bash-3.0-19.3
        libdl.so.2(GLIBC_2.0)   is needed by bash-3.0-19.3
        libdl.so.2(GLIBC_2.1)   is needed by bash-3.0-19.3
        libtermcap.so.2   is needed by bash-3.0-19.3
        mktemp is needed by bash-3.0-19.3

So I do the logical thing and try and install glibc and get more and more pre-reqs
Code:
rpm --install glibc-2.3.4-2.36.ppc.rpm
error: failed dependencies:
        glibc-common = 2.3.4-2.36 is needed by glibc-2.3.4-2.36
        basesystem   is needed by glibc-2.3.4-2.36
        rpmlib(PartialHardlinkSets) <= 4.0.4-1 is needed by glibc-2.3.4-2.36
lb424p038_pub[/stage/middleware/RPMS.ppc] >  rpm --install glibc-common-2.3.4-2.36.ppc.rpm
error: failed dependencies:
        tzdata >= 2003a is needed by glibc-common-2.3.4-2.36
        rpmlib(PartialHardlinkSets) <= 4.0.4-1 is needed by glibc-common-2.3.4-2.36

I dont understand what the last line means or how I can meet those dependencies can anyone help?

---------- Post updated at 10:27 AM ---------- Previous update was at 10:21 AM ----------

ignore this thread I was using the wrong version of bash I needed 3.2.1 can I mark this thread as solved or delete it>
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. HP-UX

BASH install

Hi im trying to install BASH on my hp-ux i have the depot file on my machine. im runnig the command: swinstall -s "name of the file" and on the very first screen im unable to pass the first phase, please see the screen shots attached. what am i doing wrong? im logged in as "root" (2 Replies)
Discussion started by: guy3145
2 Replies

2. Solaris

How to install bash 3.0?

Solaris has bash 3.2 but i need bash 3.0, How we can do this and link for binaries (1 Reply)
Discussion started by: Deepak416
1 Replies

3. AIX

How to install AIX on x series?

Hi everyone, I have one IBM server x3650 M2 with intel cpu, i want to install AIX on it. Could you please tell me which version of AIX i can use to install on that machine? Thank you very much :) (1 Reply)
Discussion started by: simba87
1 Replies

4. AIX

Install fixes on AIX 5.3

I'm new to AIX, so please excuse my ignorance! I'm trying to get the system I am now in charge of up-to-date. The 'oslevel' is 5.3.0.0--does this mean no fixes have been installed on this machine since version 5.3 was installed, or just none committed? I've run a couple of what appears to be... (5 Replies)
Discussion started by: brianmd
5 Replies

5. AIX

how to install openSSH in AIX 5.3?

Guys I need to install openSSH on AIX 5.3? First problem is : i am unable to find openSSH 3.8.1 freeware on the net ?pls pass on any links if you have. Second problem is : installation.Although i know how to install rpm packages,installing SSH is bit diffrent.But that second issue. Can... (16 Replies)
Discussion started by: ak835
16 Replies

6. AIX

How to install depots in AIX 5.3

Hi, I want to install gcc-4.2.3-hppa-11.11.depot in AIX 5.3... In HP-UX we have a command swinstall to via UI we can install depots... so is there any command to install depots in AIX? Thanks, (3 Replies)
Discussion started by: meeraramanathan
3 Replies

7. AIX

Install sudo on AIX 5.3

I'm trying to install sudo on AIX 5.3. I don't have a compiler on my machine, so I was trying to find a binary. The one found at http://www.bullfreeware.com/listaix52.html that is supposed to work for 5.3 even though it was compiled on 5.2. The issue is I'm new to AIX and could not figure out how... (3 Replies)
Discussion started by: sphericon
3 Replies

8. HP-UX

how to install bash

i'm newbie hp-ux . i want to install on my hp-ux B.11.23. actually i installed bash but when i run # bash /usr/lib/hpux32/dld.so: Unable to find library 'libtermcap.so'. Killed how can i install bash ? any doc or how to ? best regards (3 Replies)
Discussion started by: galkan
3 Replies

9. Solaris

Need Help To Install Bash

Hi, I'm kinda new to doing anything too complicated on unix. I'm trying to install bash 2.05b and have run into trouble. I have got the source code in a directory I have created called bashInstall. I have run the config by doing.... sh ./configure and I get the following => aseries > sh... (5 Replies)
Discussion started by: ThePicklerUK
5 Replies

10. UNIX Desktop Questions & Answers

Can I Install AIX 4.3.3 on a PC?

Would it be possible to install AIX ver 4.3.3 on a Pc so I can Practice commands and become familiar with the system? Is there anything special that i would have to do? Thanks Frank (1 Reply)
Discussion started by: wumagic
1 Replies
Login or Register to Ask a Question