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
> 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.
hth
Hajo