LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Oracle Installation Problem! (https://www.linuxquestions.org/questions/linux-software-2/oracle-installation-problem-321880/)

nelnel 05-10-2005 02:26 AM

Oracle Installation Problem!
 
I want to install the Oracle 9i in to Red Hat Linux 7.0
I follow the installation guide to update the JDK 1.3.1.

But when i type ./runInstall it stop because of the Segmentation Violation Error.

Error Message:
SIGSEGV 11* segmentation violation
FULL thread dump;
Monitor Cache Dump;
Registered Monitor Dump;
Name and Type hash table lock: <unowned>
.
.
.
.
Monitor Registry <unowned>
Thread Alarm Q:

I try to search the solution by this error. I got the problem may be caused by:

1. Java version not being compatible with the machine
2. Java Runtime Error

One of the solution is installing the latest updates for the Glibc library on the Linux System. Update the glibc packages to fix vulverabilities in resolver.

I follow the GuideLine to download the glibc-2.2.4-18.7.0.9.i386.rpm.

But when i install the glibc-2.2.4-18.7.0.9.i386.rpm, it shows some error message:

failed dependencies:
glibc-common=2.2.4-18.7.0.9 is need by glibc-2.2.4-18.7.0.9
glibc-devel<2.2.3 conflicts with glibc-2.2.4-18.7.0.9
/usr/bin/getent is need by stunnel-3.8-4

So..i download glibc-devel-2.2.4-18.7.0.9.i386.rpm and glibc-common-2.2.4-18.7.0.9.i386.rpm. And then install them.

But it causes similar error:
1. when i update glibc-common-2.2.4-18.7.0.9.i386.rpm
It show : glibc<2.2.4 conflicts with glibc-common-2.2.4-18.7.0.9
2. when i update glibc-devel-2.2.4-18.7.0.9.i386.rpm
glibc=2.2.4 is needed by glibc-devel-2.2.4-18.7.0.9

I also try to install them together... but failed with the same eror..

How could i install glibc successfully in Red Hat 7.0????

THX for Help.

trickykid 05-11-2005 10:48 AM

I'd say you need to upgrade Redhat 7.0 to a later version.. with as many updates and dependencies you'll probably need to install, you can either install every single package to update manually or just install a later version to get updated, your choice.


All times are GMT -5. The time now is 11:15 AM.