Discussion:
AIX 5.1 libpthreads does not have 64 bit object files Options
(too old to reply)
Panduranga Chary
2007-11-02 13:07:36 UTC
Permalink
Hi,

we are trying to build our application with oracle 10g proc. we could
able to do this on aix 5.2.


when we are trying to do the same on aix 5.1 we get an error.


exec(): 0509-036 Cannot load program /home/oracle10/bin/proc because
of the following errors:
0509-150 Dependent module /lib/libpthreads.a(shr_xpg5_64.o)
could not be loaded.
0509-152 Member shr_xpg5_64.o is not found in archive


our 5.1 machine is booted in 64 bit mode only(bootinfo -K shows 64).


How do i get the 64 bit libpthreads.a archive ? or the 64 bit object
files?


Thanks,
Panduranga Chary
l***@us.ibm.com
2007-11-05 13:01:27 UTC
Permalink
Date: Fri, 02 Nov 2007 06:07:36 -0700
Organization: http://groups.google.com
we are trying to build our application with oracle 10g proc.
we could able to do this on aix 5.2.
when we are trying to do the same on aix 5.1 we get an error.
exec(): 0509-036 Cannot load program /home/oracle10/bin/proc
0509-150 Dependent module /lib/libpthreads.a(shr_xpg5_64.o)
could not be loaded.
0509-152 Member shr_xpg5_64.o is not found in archive
our 5.1 machine is booted in 64 bit mode only(bootinfo -K shows 64).
How do i get the 64 bit libpthreads.a archive ?
or the 64 bit object files?
Panduranga Chary
Postings made to the ibm.software.commserver.aix newgroup
through google are not forwarded to the NNTP server which
hosts that newsgroup (news.software.ibm.com) so your posting
will not be seen by all who might reply unless you use the
nntp interface to that news server. Please use the NNTP URL:
news://news.software.ibm.com/ibm.software.commserver.aix

Your question has nothing to do with CS/AIX, which is what
this newsgroup is for, so it really doesn't belong here
to begin with. Your question was duplicated on several
newsgroups, without using followup-to:, which is considered
bad manners / mis-use by many newsgroups.

On AIX 5.1 the shr_xpg5_64.o member is part of the
/usr/ccs/lib/libpthreads.a archive which is part
of the bos.rte.libpthreads fileset:
lslpp -h bos.rte.libpthreads
lslpp -f bos.rte.libpthreads
ar -t -Xany /usr/ccs/lib/libpthreads.a

Paul Landay

Loading...