Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

AIX 5.1 libpthreads does not have 64 bit object files

1 view
Skip to first unread message

Panduranga Chary

unread,
Nov 2, 2007, 9:04:32 AM11/2/07
to
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

Paul Pluzhnikov

unread,
Nov 2, 2007, 11:11:01 AM11/2/07
to
Panduranga Chary <pr.c...@gmail.com> writes:

> 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

What does 'ar -X64 tv /lib/libpthreads.a' say?

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

But are 64-bit filesets (bos.rte.libpthreads) installed?

> How do i get the 64 bit libpthreads.a archive ?

There is no 64-bit archive. It's a single archive that contains
both 32 and 64-bit objects.

> or the 64 bit object files?

These would do you no good anyway.

Cheers,
--
In order to understand recursion you must first understand recursion.
Remove /-nsp/ for email.

Hajo Ehlers

unread,
Nov 2, 2007, 2:38:42 PM11/2/07
to
Check if /lib/libpthreads.a exist and if not install
bos.rte.libpthreads

hth
Hajo


0 new messages