kirillov.alex@gmail.com wrote:
> I too think that it there: (
>
> But (As I already wrote)
> I try install bos.rte.libpthreads 5.3.0.0 from AIX CD1
>
> # installp -p -a -F -d /dev/cd0 -w bos.rte.libpthreads 5.3.0.0
>
> Missing Filesets
> ----------------
> The following filesets could not be found on the installation media.
You ask the installp command to install a certain version a program. It
that version does not exist it will fail of cource.
To find the version you need for your forced installation do:
$ installp -d /dev/cd0 -L | grep bos.rte.libpthreads
or just simply do
$ installp -d /dev/cd0 -a -F bos.rte.libpthreads
if the installed version after installation is lower then the highest
version on the CD you should upgrade the system to the highest level
$installp -d /dev/cd0 -a bos.rte.libpthreads
hth
Hajo