Operating System - HP-UX
1832513 Members
4551 Online
110043 Solutions
New Discussion

ORACLE8I Installation problem

 
skumar_1
Occasional Contributor

ORACLE8I Installation problem

Dear all,
when i try to install the oracle8i i am the geting following error

Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8.0.1/1/DataFiles/Expanded/jre/hpunix/bin/jre. Please wait...
/usr/lib/dld.sl: Call to mmap() failed - TEXT /data1/orahp/install/../stage/Components/oracle.swd.jre/1.1.8.0.1/1/DataFiles/Expanded/jre/hpunix/bin/../lib/PA_RISC/native_threads/libjava.sl
/usr/lib/dld.sl: Permission denied

can any one help me on this
Thankx

2 REPLIES 2
Madanagopalan S
Frequent Advisor

Re: ORACLE8I Installation problem


Create a file called /etc/SHLIB_PATH and include /usr/lib in it.

Search path for sl. library files.

Hope this helps.
let Start to create peaceful and happy world
MARTINACHE
Respected Contributor

Re: ORACLE8I Installation problem

Edit the .profile of the oracle account and add something like this :

export SHLIB_PATH=$ORACLE_HOME/lib:/usr/lib
Patrice MARTINACHE