救助在linux下安装oracle 9i到./runInstaller出错:如下
[oracle@localhost Disk1]$ ./runInstaller
[oracle@localhost Disk1]$ Initializing Java Virtual Machine from /tmp/OraInstall/jre/bin/jre. Please wait...
/tmp/OraInstall/jre/bin/../lib/i686/green_threads/libzip.so: symbol errno, version GLIBC_2.0 not defined in file libc.so.6 with link time reference (libzip.so)
Unable to initialize threads: cannot find class java/lang/Thread
Could not create Java VM

解决方案 »

  1.   

    个人建议,遇到问题,多看ORACLE的连接文档,里面可以解决你80%以上的问题。
    个人见解,查看连接文档里,要求你的系统版本需要安装哪些RPM包,检查看看安装了没有,如果没有则从安装盘RPMS文件夹里面去找。
      

  2.   

    Asianux 2.0, Oracle
    Enterprise Linux 4.0, and
    Red Hat Enterprise Linux
    4.0
    The following packages (or later versions) must be installed:
    binutils-2.15.92.0.2-18
    compat-libstdc++-33.2.3-47.3
    elfutils-libelf-0.97-5
    elfutils-libelf-devel-0.97-5
    gcc-3.4.5-2
    gcc-c++-3.4.5-2
    glibc-2.3.4-2.19
    glibc-common-2.3.4-2.19
    glibc-devel-2.3.4-2.19
    glibc-headers-2.3.4-2.19
    libaio-devel-0.3.105-2
    libaio-0.3.105-2
    libgcc-3.4.5
    libstdc++-3.4.5-2
    libstdc++-devel-3.4.5-2
    make-3.80-5
    sysstat-5.0.5
    检查看看是否全部安装
      

  3.   

    我查了下
    [root@localhost /]#  rpm -qa gcc make binutils setarch
    make-3.80-6.EL4
    gcc-3.4.6-8
    binutils-2.15.92.0.2-22
    setarch-1.6-1
    [root@localhost /]#  rpm -qa|grep compat
    compat-glibc-headers-2.3.2-95.30
    compat-libstdc++-33-3.2.3-47.3
    compat-libstdc++-296-2.96-132.7.2
    compat-gcc-32-c++-3.2.3-47.3
    java-1.4.2-gcj-compat-1.4.2.0-27jpp
    compat-libgcc-296-2.96-132.7.2
    compat-libcom_err-1.0-5
    compat-openldap-2.1.30-7.4E
    nss_db-compat-2.2-29
    compat-libcwait-2.1-1
    compat-db-4.1.25-9
    java-1.4.2-gcj-compat-devel-1.4.2.0-27jpp
    compat-oracle-rhel4-1.0-5
    compat-gcc-32-3.2.3-47.3
    compat-glibc-2.3.2-95.30
    [root@localhost /]# rpm –qa|grep xorg-x11-deprecated  
    [root@localhost /]# rpm –qa|grep xorg-x11-deprecated  
    [root@localhost /]#  rpm –qa|grep aio 
    [root@localhost /]#  rpm –qa|grep aio 
    [root@localhost /]# rpm -qa|grep aio
    libaio-devel-0.3.105-2
    libaio-0.3.105-2
    [root@localhost /]# rpm -qa|grep xorg-x11-deprecated
    xorg-x11-deprecated-libs-6.8.2-1.EL.18
    xorg-x11-deprecated-libs-devel-6.8.2-1.EL.18
    [root@localhost /]# rpm -qa|grep openmotif21
    openmotif21-2.1.30-11.RHEL4.6
    [root@localhost /]# 
      

  4.   

    libc.so.6这个很可疑,有这个包吗?或者你的版本低了。
    是图形界面下安装的吗?上面提示少一些类,估计还是差包或者包不对。
    建议重新安装linux系统。