Sponsored Content
Full Discussion: Install bash on AIX
Operating Systems AIX Install bash on AIX Post 302390889 by chris5126 on Friday 29th of January 2010 10:27:44 AM
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>
 

10 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

5. 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

6. 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

7. 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

8. 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

9. 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

10. 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
RBASH(1)						      General Commands Manual							  RBASH(1)

NAME
rbash - restricted bash, see bash(1) RESTRICTED SHELL
If bash is started with the name rbash, or the -r option is supplied at invocation, the shell becomes restricted. A restricted shell is used to set up an environment more controlled than the standard shell. It behaves identically to bash with the exception that the follow- ing are disallowed or not performed: o changing directories with cd o setting or unsetting the values of SHELL, PATH, ENV, or BASH_ENV o specifying command names containing / o specifying a file name containing a / as an argument to the . builtin command o specifying a filename containing a slash as an argument to the -p option to the hash builtin command o importing function definitions from the shell environment at startup o parsing the value of SHELLOPTS from the shell environment at startup o redirecting output using the >, >|, <>, >&, &>, and >> redirection operators o using the exec builtin command to replace the shell with another command o adding or deleting builtin commands with the -f and -d options to the enable builtin command o using the enable builtin command to enable disabled shell builtins o specifying the -p option to the command builtin command o turning off restricted mode with set +r or set +o restricted. These restrictions are enforced after any startup files are read. When a command that is found to be a shell script is executed, rbash turns off any restrictions in the shell spawned to execute the script. SEE ALSO
bash(1) GNU Bash-4.0 2004 Apr 20 RBASH(1)
All times are GMT -4. The time now is 05:01 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy