LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Oracle 8i (8.17) on RHEL WS3 U6 Problems (https://www.linuxquestions.org/questions/linux-software-2/oracle-8i-8-17-on-rhel-ws3-u6-problems-390940/)

honda_ricer 12-09-2005 12:42 PM

Oracle 8i (8.17) on RHEL WS3 U6 Solutions
 
Console output...

Code:

[oracle8i@merida cdrom]$ ./runInstaller
[oracle8i@merida cdrom]$ Initializing Java Virtual Machine from ../stage/Components/oracle.swd.jre/1.1.8/1/DataFiles/Expanded/linux/bin/jre. Please wait...
Xlib: connection to ":0.0" refused by server
Xlib: No protocol specified
 
java.lang.InternalError: Can't connect to X11 window server using ':0.0' as the value of the DISPLAY variable.
        at sun.awt.motif.MToolkit.<init>(MToolkit.java:63)
        at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:394)
        at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.getImage(OiifmSplashScreen.java:67)
        at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.<init>(OiifmSplashScreen.java:45)
        at oracle.sysman.oii.oiic.OiicInstaller.main(OiicInstaller.java:418)

Anyone have a clue to what may be happening here?

honda_ricer 01-09-2006 07:53 AM

i found the anwer for my self... xhost + :)

btw i found out how to fully install oracle 8i on ws3u6... it just a needed a special glib [i386-glibc-2.1-linux.tar.gz - 17.9mb] and a couple of simbolic links:

I saved this patch in /tmp and then unpacked it as:

cd /
tar zxvf /tmp/i386-glibc-2.1-linux.tar.gz


Then I saved "official" gcc, cc, and ld and libraries, and
replaced them for the time of installation with the glibc2.1 stuff

cd /usr/bin
mkdir saved
mv gcc cc ld saved
ln -s /usr/i386-glibc-2.1-linux/bin/i386-glibc21-linux-gcc gcc
ln -s gcc cc
ln -s /usr/i386-glibc-2.1-linux/bin/i386-glibc21-linux-ld ld
cd /usr/lib
mkdir saved
mv libc.so libdl.so libm.so libpthread.so saved
mv libc.a libdl.a libm.a libpthread.a saved

honda_ricer 01-09-2006 07:57 AM

the install procedure is told here... even though its for rh7 it still works ... http://www.ccl.net/cca/software/UNIX...0/README1.html

huykhoi 01-18-2006 09:23 PM

I have the same error.
I follow exactly the your steps. It done.

Quote:

Originally Posted by honda_ricer
i found the anwer for my self... xhost + :)

btw i found out how to fully install oracle 8i on ws3u6... it just a needed a special glib [i386-glibc-2.1-linux.tar.gz - 17.9mb] and a couple of simbolic links:

I saved this patch in /tmp and then unpacked it as:

cd /
tar zxvf /tmp/i386-glibc-2.1-linux.tar.gz


Then I saved "official" gcc, cc, and ld and libraries, and
replaced them for the time of installation with the glibc2.1 stuff

cd /usr/bin
mkdir saved
mv gcc cc ld saved
ln -s /usr/i386-glibc-2.1-linux/bin/i386-glibc21-linux-gcc gcc
ln -s gcc cc
ln -s /usr/i386-glibc-2.1-linux/bin/i386-glibc21-linux-ld ld
cd /usr/lib
mkdir saved
mv libc.so libdl.so libm.so libpthread.so saved
mv libc.a libdl.a libm.a libpthread.a saved

But when I run sh ./runInstaler, the same error appear.
Please help :cry:

honda_ricer 06-15-2006 03:27 PM

Quote:

Originally Posted by huykhoi
I have the same error.
I follow exactly the your steps. It done.



But when I run sh ./runInstaler, the same error appear.
Please help :cry:

??? wut error?


All times are GMT -5. The time now is 07:27 AM.