How can I get the version of the core C libraries installed on an AIX server?
Asked
Active
Viewed 2,671 times
2 Answers
2
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.

WerkkreW
- 5,969
- 3
- 24
- 32
1
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.

Le_Tolier
- 11
- 1