Operating System - HP-UX
1748289 Members
3110 Online
108761 Solutions
New Discussion юеВ

Re: Error installing Oracle 9.2 on HP-UX 11.11

 
Peter Fuchs
New Member

Re: Error installing Oracle 9.2 on HP-UX 11.11

Hi,

if I remember correctly, I encountered the same problem during our Oracle installation on HP-UX (same release). The following symbolic links solved my problems:

cd /usr/lib
ln -s /usr/lib/libX11.3 libX11.sl
ln -s /usr/lib/libXIE.2 libXIE.sl
ln -s /usr/lib/libXext.3 libXext.sl
ln -s /usr/lib/libXhp11.3 libXhp11.sl
ln -s /usr/lib/libXi.3 libXi.sl
ln -s /usr/lib/libXm.4 libXm.sl
ln -s /usr/lib/libXp.2 libXp.sl
ln -s /usr/lib/libXt.3 libXt.sl
ln -s /usr/lib/libXtst.2 libXtst.sl

This was the official recommendation by Oracle (as far as I remember).


Best regards,

Peter
Peter Fuchs
New Member

Re: Error installing Oracle 9.2 on HP-UX 11.11

Hi again,

just forgot to tell... after creating the links you will need either to reinstall Oracle. I may be sufficient to re-execute the linking process (log in as oracle user and execute "relink all").


Regards,

Peter
T G Manikandan
Honored Contributor

Re: Error installing Oracle 9.2 on HP-UX 11.11

This is definitely a problem with no proper pre-requisite patches.

check for the pre-requisite "libc" patches for the oracle installation.

I will revert if I find the document

Thanks
T G Manikandan
Honored Contributor

Re: Error installing Oracle 9.2 on HP-UX 11.11

Just check your "doc" dir in the installation CD.

There you have the pre-requisite patches.

check that for hpux11.11 and not for other versions

Thanks
T G Manikandan
Honored Contributor

Re: Error installing Oracle 9.2 on HP-UX 11.11