Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: ??? Does Linux RedHat7.1 work with Oracle9i ???
Knut Talman wrote:
> > I've been trying to install Oracle9i on Linux Redhat 7.1 . However I
> > continue to have make problems.
> > If anyone has been able to get Redhat 7.1 to work with Oracle 9i.
> > Please let me know what you
> > did to get it to work.
>
> Check out the forums at technet.oracle.com, there are serveral postings
> about getting 9i to wotk on RH 7.1 (it really works!).
>
> Regards,
>
> Knut
Knut,
Yes it does work. But........it's not certified as far as I know yet and ......
The one bug I found (and the answer on Oracle Metalink) is you get an error when it tries to link the client binaries.
Below solves the problem , you have extract the library and symbolically link it: -
Paul.
Problem : -
The error message says that ins_plsql.mk failed during intallation process.
Solution : -
After you got error message you should extract libclntsh.so.9.0 from
oracle stage area.
oracle$ cd $ORACLE_HOME/lib
$oracle$ jar -xvf
<stage>/stage/Disk1/stage/Components/oracle.rsf.clntsh_rsf/9.0.1.0.0/1/DataFiles/lib.0.1.jar
Then:
oracle$ ln -s $ORACLE_HOME/lib/libclntsh.so.9.0
$ORACLE_HOME/lib/libclntsh.so
Now choose retry button.
Received on Mon Jul 16 2001 - 11:45:28 CDT
![]() |
![]() |