I am not sure where to,  and even _if_ I should, report a problem with
installing Oracle 9i on RedHat beta distribution Phoebe.  Maybe
someone here can comment?

After filling out the configuration screens in "runInstaller" of
Oracle 9i the screen hangs at 0%.  When looking into the log, I find
it hangs on the following:

Calling action unixActions2.2.0.6.0  createLink
        source = /home/oracle/jre/1.1.8/bin/.java_wrapper
        destination = /home/oracle/jre/1.1.8/bin/jre
        overwriteExistingLink = true

Looking into the error log, we find the following probable reason:

java.lang.UnsatisfiedLinkError: 
/tmp/OraInstall2003-01-31_10-13-25AM/libactionUnix22.so: 
/tmp/OraInstall2003-01-31_10-13-25AM/libactionUnix22.so: symbol errno, version 
GLIBC_2.0 not defined in file libc.so.6 with link time reference
        at java.lang.ClassLoader$NativeLibrary.load(Native Method)
        at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1419)
        at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1314)
        at java.lang.Runtime.load0(Runtime.java:698)
        at java.lang.System.load(System.java:797)
        at ssOiGenClassux22.<clinit>(ssOiGenClassux22.java:25)
        at sscreateLinkux.createLink(sscreateLinkux.java:255)
        at sscreateLinkux.installAction(sscreateLinkux.java:83)
        at 
oracle.sysman.oii.oiis.OiisCompActions.doActionWithException(OiisCompActions.java:1357)
        at 
oracle.sysman.oii.oiis.OiisCompActions.doActionImpl(OiisCompActions.java:1157)
        at oracle.sysman.oii.oiis.OiisCompActions.doAction(OiisCompActions.java:604)
        at CompActions.doActionP1createLink3(CompActions.java:310)
        at CompActions.stateChangeActions(CompActions.java:106)
        at 
oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiilActionThr.run(OiicInstallActionsPhase.java:604)
        at 
oracle.sysman.oii.oiic.OiicInstallActionsPhase.executeProductPhases(OiicInstallActionsPhase.java:2199)
        at 
oracle.sysman.oii.oiic.OiicInstallActionsPhase.doInstalls(OiicInstallActionsPhase.java:2052)
        at 
oracle.sysman.oii.oiic.OiicInstallActionsPhase$OiInstRun.run(OiicInstallActionsPhase.java:2945)
        at java.lang.Thread.run(Thread.java:484)


-------------------
Java, yes, but isn't this a glibc issue?  Trying out 'ldd
/tmp/OraInstall2003-01-31_10-13-25AM/libactionUnix22.so' returns:

ldd: warning: you do not have execution permission for `./libactionUnix22.so'
Incorrectly built binary which accesses errno, h_errno or _res directly. Needs to be 
fixed.
        libc.so.6 => /lib/libc.so.6 (0x40021000)
        /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)


-- 
 Jon Haugsand, [EMAIL PROTECTED]
 http://www.norges-bank.no



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to