How can I get the version of the core C libraries installed on an AIX server?

link|improve this question

76% accept rate
feedback

2 Answers

up vote 2 down vote accepted

I believe the "lslpp" command would give you what you need, or even "smitty software".

lslpp -al

Will you show you all software packages installed.

link|improve this answer
THANK YOU! Awesome! – C. Ross May 22 '09 at 14:18
feedback

Select a file from C libraries (ie : gcc) do this :

lslpp -w /path_to_file/file

This will return a fileset, with this fileset do :

lslpp -l myfileset

If no fileset is return your, maybe your libraries is rpm packages.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.