Unix Technical Forum

SEO

vBulletin Search Engine Optimization


Go Back   Unix Technical Forum > Unix Operating Systems > AIX Operating System

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-24-2008, 04:37 PM
bomahony
 
Posts: n/a
Default AIX 5.3 ML4 -- missing libm.a

I just recently updated a box from AIX 5.2 to 5.3 ML0, then to ML4 and
finally ML4-SP4+CSP.

However the developers are now complaining that libm.a is missing. The
package is installed:

# lslpp -L | grep bos.adt
bos.adt.base 5.3.0.40 C F Base Application
Development
bos.adt.include 5.3.0.42 C F Base Application
Development
bos.adt.lib 5.3.0.40 C F Base Application
Development
bos.adt.libm 5.3.0.40 C F Base Application
Development

However if i do a find, there is no libm.a files. Any ideas on how to
resolve this?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-24-2008, 04:37 PM
bomahony
 
Posts: n/a
Default Re: AIX 5.3 ML4 -- missing libm.a


# lslpp -f bos.adt.libm
Fileset File

----------------------------------------------------------------------------
Path: /usr/lib/objrepos
bos.adt.libm 5.3.0.0 /usr/lib/libm_r.a -> /usr/ccs/lib/libm_r.a
bos.adt.libm 5.3.0.0 /usr/ccs/lib/libmsaa.a
/usr/ccs/lib/libm_r.a -> /usr/ccs/lib/libm.a
/usr/lib/libmsaa.a -> /usr/ccs/lib/libmsaa.a
/usr/ccs/lib/libmsaa_r.a -> /usr/ccs/lib/
libmsaa.a
/usr/ccs/lib/libm.a
/usr/lib/libblas.a
/usr/lib/libm.a -> /usr/ccs/lib/libm.a
/usr/lib/libmsaa_r.a -> /usr/ccs/lib/
libmsaa_r.a

So obviously the full package isnt installed. However when i search
the CDs I used, i cannot find bos.adt.libm.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-24-2008, 04:37 PM
Hajo Ehlers
 
Posts: n/a
Default Re: AIX 5.3 ML4 -- missing libm.a

On Apr 22, 11:49 am, bomahony <bomah...@gmail.com> wrote:
> I just recently updated a box from AIX 5.2 to 5.3 ML0, then to ML4 and
> finally ML4-SP4+CSP.
>
> However the developers are now complaining that libm.a is missing. The
> package is installed:
>
> # lslpp -L | grep bos.adt
> bos.adt.base 5.3.0.40 C F Base Application
> Development
> bos.adt.include 5.3.0.42 C F Base Application
> Development
> bos.adt.lib 5.3.0.40 C F Base Application
> Development
> bos.adt.libm 5.3.0.40 C F Base Application
> Development
>
> However if i do a find, there is no libm.a files. Any ideas on how to
> resolve this?


Verify that the file is really installed.

List files installed by a package
$ lslpp -f bos.adt.libm

Verify installed package
$ lppchk -f bos.adt.libm

hth
Hajo
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-24-2008, 04:37 PM
bomahony
 
Posts: n/a
Default Re: AIX 5.3 ML4 -- missing libm.a

Hmmm

Even after installing from the cd, i still cant seem to see it in /usr/
lib. The lslpp -f is still the same also....
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 04-24-2008, 04:37 PM
Hajo Ehlers
 
Posts: n/a
Default Re: AIX 5.3 ML4 -- missing libm.a

On Apr 22, 1:00 pm, bomahony <bomah...@gmail.com> wrote:
> Hmmm
>
> Even after installing from the cd, i still cant seem to see it in /usr/
> lib. The lslpp -f is still the same also....


The lslpp -f gives you the file which are installed by a package.
To verify a package installation you should use the lppchk command.

BTW: ML4 is pretty outdated but in case you go tp the latest version
be aware that the pthread library changed causing problems with oracle
and gpfs and maybe other programs as well.

cheers
Hajo
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 04-24-2008, 04:37 PM
bomahony
 
Posts: n/a
Default Re: AIX 5.3 ML4 -- missing libm.a

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
install over the previous version but when i press Esc-4 in smit, it
only shows two options under bos.adt - bos.adt.data and the printer
support. Previously there had been 6 options
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 04-24-2008, 04:37 PM
Hajo Ehlers
 
Posts: n/a
Default 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



Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8 (permalink)  
Old 04-24-2008, 04:37 PM
bomahony
 
Posts: n/a
Default Re: AIX 5.3 ML4 -- missing libm.a

That hadnt worked. I managed to do it by uninstalling the libm package
and then forcing the reinstall of the bos.adt package (on the cd its
all bundled together) i was then able to update the whole package to
ML4 9and part of it to ML4 SP4 CSP)

thanks for your help! All is working now
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:11 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145