Missing lib32 in Oracle 11g R2 for HPUX PARISC
Hi,
Our HPUX (PARISC) application is a 32 bit application that links to 32 bit Oracle libraries. Our current applicatin version was built with Oracle 10g R2.
We need to perform interoperability testing with Oracle 11g R2. We have been facing issues with Oracle 11g R2
1. On installation of Oracle 11g R2, we noticed that lib32 directory was missing and hence our application filed to load with the error:
/usr/lib/dld.sl: Can't find path for shared library: libclntsh.sl.10.1
/usr/lib/dld.sl: No such file or directory
2. We installed Oracle 11g R1 on a another HPUX machine and then copied lib32 from here to Oracle 11g R2 location on the above machine.
Our HPUX (PARISC) application is a 32 bit application that links to 32 bit Oracle libraries. Our current applicatin version was built with Oracle 10g R2.
We need to perform interoperability testing with Oracle 11g R2. We have been facing issues with Oracle 11g R2
1. On installation of Oracle 11g R2, we noticed that lib32 directory was missing and hence our application filed to load with the error:
/usr/lib/dld.sl: Can't find path for shared library: libclntsh.sl.10.1
/usr/lib/dld.sl: No such file or directory
2. We installed Oracle 11g R1 on a another HPUX machine and then copied lib32 from here to Oracle 11g R2 location on the above machine.
0