C. Ross Asked: 2009-05-22 10:03:59 +0800 CST2009-05-22 10:03:59 +0800 CST 2009-05-22 10:03:59 +0800 CST Get the version of the C libraries installed on an AIX server 772 How can I get the version of the core C libraries installed on an AIX server? aix 2 Answers Voted Best Answer WerkkreW 2009-05-22T11:07:43+08:002009-05-22T11:07:43+08:00 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. Le_Tolier 2009-05-28T04:06:45+08:002009-05-28T04:06:45+08:00 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.
I believe the "lslpp" command would give you what you need, or even "smitty software".
Will you show you all software packages installed.
Select a file from C libraries (ie : gcc) do this :
This will return a fileset, with this fileset do :
If no fileset is return your, maybe your libraries is rpm packages.