Re: AIX 5.3 ML4 -- missing libm.a On Apr 22, 2:37 pm, bomahony <bomah...@gmail.com> wrote:
> I know its well out of date, but we have a "minimum" requirement, so
> our boxes are generally kept well out of date, as our customers very
> rarely update their systems. AFAIK we have some poeple running solaris
> 7 or AIX 4.3!
>
> Anyways:
>
> # lppchk -f bos.adt.libm
> lppchk: 0504-206 File /usr/ccs/lib/libm.a could not be located.
> lppchk: 0504-206 File /usr/lib/libm.a could not be located.
>
> --
>
> Question is how do i force this to install? I tried to force an
In case you have a DVD or a lpp_source with all fileset.
$ cd PathToMyLppSource && installp -d . -F bos.adt.libm
After that check with lppchk again. If Ok go for an update of this
package.
$ cd PathToMyLppSource && update_all -d . -B -aX bos.adt.libm
and redo the lppchk. Maybe the base or update package are corrupted.
hth
Hajo |