下个红帽系统镜像,把里面的软件包拷到你的服务器上,配个本地的yum。
linux下安装软件包需要的依赖包太多了

解决方案 »

  1.   

    把对应版本的系统盘挂上,配置好yum来安装配置方法你可以搜一下,改下/etc/yum.repos.d/rhel-source.repo文件,然后使其生效安装用
    yum install gcc*i386
    要不一个一个rpm得郁闷死
      

  2.   

    官方安装文档里面有The following are the Kernel requirements for Oracle Database 11g release 1:For Asianux 2, Oracle Enterprise Linux 4.0, and Red Hat Enterprise Linux 4.0:2.6.9For Asianux 3, Oracle Enterprise Linux 5.0, and Red Hat Enterprise Linux 5.0:2.6.18For SUSE 10:2.6.16.21To determine whether the required kernel is installed, enter the following command:# uname -r
    The following or later version of packages for Asianux 2, Oracle Enterprise Linux 4.0, and Red Hat Enterprise Linux 4.0 should 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
    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
    gcc-3.4.5-2
    gcc-c++-3.4.5-2
    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
    The following or later version of packages for Asianux 3, Oracle Enterprise Linux 5.0, and Red Hat Enterprise Linux 5.0 should be installed:binutils-2.17.50.0.6-2.el5
    compat-libstdc++-33-3.2.3-61
    elfutils-libelf-0.125-3.el5
    elfutils-libelf-devel-0.125
    glibc-2.5-12
    glibc-common-2.5-12
    glibc-devel-2.5-12
    glibc-headers-2.5-12
    gcc-4.1.1-52
    gcc-c++-4.1.1-52
    libaio-0.3.106
    libaio-devel-0.3.106 
    libgcc-4.1.1-52
    libstdc++-4.1.1 
    libstdc++-devel-4.1.1-52.e15
    make-3.81-1.1
    sysstat-7.0.0
    The following or later version of packages for SUSE Linux Enterprise Server 10 should be installed:binutils-2.16.91.0.5
    compat-libstdc++-5.0.7
    glibc-2.4-31.2
    glibc-devel-2.4-31.2
    gcc-4.1.0
    ksh-93r-12.9
    libaio-0.3.104
    libaio-devel-0.3.104
    libelf-0.8.5
    libgcc-4.1.0
    libstdc++-4.1.0
    libstdc++-devel-4.1.0
    make-3.80
    sysstat-6.0.2
      

  3.   

    我这是11g的看官方linux安装文档里面10g的安装包要求