Which Base Level Filesets needed by a specific program?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Which Base Level Filesets needed by a specific program?
# 1  
Old 05-28-2008
Question Which Base Level Filesets needed by a specific program?

hello...
thats a great forum btw Smilie

my problem is that I need a list of the Base Level Filesets (BLF) which are needed by a specific program.

Is there any command/tool which shows me that?

during the installation I can choose "Preview only" so that I can see what BLFīs are missing etc but it doesnt show which BLFīs are needed at all. And the description of this pack has no answers to that too.

OS: AIX 5.3

Any help would be appreciated..

Last edited by cypher82; 05-28-2008 at 08:33 AM..
# 2  
Old 05-28-2008
Hi, there is a nice AIX subforum here ^^

Can you post the message you get from smit/installp? Sometimes you have to run a real installation instead of a preview to see which BLFs are needed. It will abort the installation anyway and no harm is done. You can clean up cancelled/broken installs with "installp -C" to be sure.
# 3  
Old 05-28-2008
hi...
oh i didnīt recognized that...
ok my problem is that the prog runs (Smilie), but I really want to know what BLFīs are needed. Its because of the sw-requirement-list I have to prepare for a "customer".

Code:
FAILURES
--------
  Filesets listed in this section failed pre-installation verification
  and will not be installed.

  Requisite Failures
  ------------------
  SELECTED FILESETS:  The following is a list of filesets that you asked to
  install.  They cannot be installed until all of their requisite filesets
  are also installed.  See subsequent lists for details of requisites.

    xlC.aix61.rte 9.0.0.1                     # XL C/C++ Runtime for AIX 6.1

  MISSING REQUISITES:  The following filesets are required by one or more
  of the selected filesets listed above.  They are not currently installed
  and could not be found on the installation media.

    bos.rte 6.0.0.0                           # Base Level Fileset
    bos.rte.libc 6.0.0.0                      # Base Level Fileset

  << End of Failure Section >>

....

Even though there is this missing requisites the installation works. So I see no option to get a look at the required BLFs.
# 4  
Old 05-29-2008
You want to install
Code:
xlC.aix61.rte 9.0.0.1                     # XL C/C++ Runtime for AIX 6.1

and it complains about missing
Code:
bos.rte 6.0.0.0                           # Base Level Fileset
bos.rte.libc 6.0.0.0                      # Base Level Fileset

It clearly tells you in the comment, which BLFs are missing up there; I marked them bold.
You can check with
Code:
lslpp -l| grep -E "bos.rte |bos.rte.libc "

what the version of these two packages are on your system currently and I bet it is 5.x.x.x.
By the looks of it, these are the 2 core packages of your AIX, it looks that it wants AIX 6. Maybe you got a lower version running and so the C-Compiler Runtime you try to install might simply be for AIX 6.
You'll get your AIX Version by
Code:
oslevel -s

# 5  
Old 05-29-2008
Thanks for the advices!

A question at the end: if you have a piece of executable file, is it possible to persue what base levels were used? to take a look at the used libraries the command is
Code:
ldd filename

so is there a command showing me the base levels filesets?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Split a content in a file with specific interval base on the delimited values using UNIX command

Hi All, we have a requirement to split a content in a text file every 5 rows and write in a new file . conditions: if 5th line falls between center of the statement . it should look upto after ";" files are below format: 1 UPDATE TABLE TEST1 SET VALUE ='AFDASDFAS' 2 WHERE... (3 Replies)
Discussion started by: KK230689
3 Replies

2. Shell Programming and Scripting

Unzip to a specific level

Hello gurus, this should be simple but I cant seem to figure this out. Please assist. I have several thousand zip files in a directory A.ZIP B.ZIP . . .. Z.ZIP All these zipped files have a single subdirectory at level1 and then other files and folders under the subdirectory. ... (3 Replies)
Discussion started by: senhia83
3 Replies

3. Shell Programming and Scripting

Value Too Great for Base Error, Explanation and Workout needed

Hey Friends, its me again! :o I was asked to create a script that would go into our backup directories and delete/purge anything in the directory after a certain amount of days, normally I would be able to write something up that goes to the directory finds it and deletes it. cd... (12 Replies)
Discussion started by: gkelly1117
12 Replies

4. AIX

Missing Base level fileset of bos.adt.debug

I need to install "bos.adt.debug" in AIX ( version 6100-06-05-1115). I found the right bff U818918 and I smitty to install it and encountered the "missing requisites" error as attached in which missing the "base level fileset" bos.adt.debug 6.1.0.0. And I couldn't find this fileset from the... (3 Replies)
Discussion started by: bshcheng
3 Replies

5. AIX

Missing base level fileset for "bos.loc.utf.EN_US"

I need to install "bos.loc.utf.EN_US" in AIX ( version 6100-06-05-1115). I found the right bff U845493 and I smitty to install it and encountered the "missing requisites" error in which missing the "base level fileset" . And I couldn't find this fileset from the Internet for long. Do any one able... (2 Replies)
Discussion started by: bshcheng
2 Replies

6. UNIX for Dummies Questions & Answers

Text book / online resource for learning to program at system/kernel level

Is there any book/resource that one can refer to, to be able to write programs at kernel/system level.. I'm looking for a programming book that could serve as a guide to write kernel codes / system level programming etc.. I have Tannenbaum's Design and Implementation. It addresses theoretical... (2 Replies)
Discussion started by: vishwamitra
2 Replies

7. Shell Programming and Scripting

Help needed removing two top level folders from path

Hi, I am trying to use either awk or sed to drop the first two folders in a path. So if I had path /folder1/folder2/folder3/folder4.... I need to drop folder1&2, so the new path would be /folder3/folder4... If folder1 and folder2 were the same all the time, this would be easy. But... (4 Replies)
Discussion started by: robertinohio
4 Replies

8. HP-UX

Program crashes with optimization level O2

I am experiencing a difficulty undersatnding why my program (C++, HP UNIX) crashes. It crashes only when I build it with -O (+O2) optimization switch (used in aCC compiler). It works ok with +O0 or +O1 optimization. Also, I see that local variables are shown incorrecly when program is built... (3 Replies)
Discussion started by: Yuriy07
3 Replies

9. Shell Programming and Scripting

Windows driver needed for 1000 base tx card (HP)

First of all, excuse my ignorance in my questions, but truth is, I know nothing about Unix. I have recently purchased some A7012A's (dual port, 1000 base T/X) gigabit cards and need to use them in a windows environment. I am trying to see if it is possible to have drivers written for the card... (0 Replies)
Discussion started by: poaking
0 Replies

10. UNIX for Dummies Questions & Answers

recommendation please. Unix base ftp program

in win32 platform, i can easily find some GUI based ftp application like cuteFtp, WsFtp and etc which provides GUI + resuming download. pls recommend me some similar application which runs on Sun Solaris sparc 8. hopefully it is free. thank you very much. (1 Reply)
Discussion started by: champion
1 Replies
Login or Register to Ask a Question