- 论坛徽章:
- 0
|
不知道有没有谁成功安装过?我出现了一写问题,在网上也找到了一些资料,但是按照资料处理后,问题依旧。真的是没折了。
机器配置:Dell D690工作站,Intel 64位处理器,4G内存 ,3块136G硬盘带Raid卡。
操作系统:Fedora Core release 5 (Bordeaux)
Oracle版本:10201_database_linux_x86_64
根据网上的安装手册,修改了内核参数和环境变量。
在执行./runInstaller后,出现问题:
[oracle@test database]$ ./runInstaller
Starting Oracle Universal Installer...
No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2006-09-18_09-22-37AM. Please wait ...[oracle@macstest database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2006-09-18_09-22-37AM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(Unknown Source)
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.loadLibrary0(Unknown Source)
at java.lang.System.loadLibrary(Unknown Source)
at sun.security.action.LoadLibraryAction.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
at sun.awt.DebugHelper.<clinit>(Unknown Source)
at java.awt.Component.<clinit>(Unknown Source)
我在网上找了一下,有这么个贴子“If you get this error message on Fedora Core 3 x86, install the xorg-x11-deprecated-libs RPM. For example: # rpm -Uvh xorg-x11-deprecated-libs-6.8.1-12.FC3.21”,但安装的是Fedora Core 5,也没这个程序包,所以就到网上down了一个“
xorg-x11-deprecated-libs-6.8.2-31”。安装也成功了。
但是再执行安装的操作,问题依旧。
请问,还有什么需要安装的包吗?
用于Check的软件包:
10g R2 on Fedora Core 4 (x86)
On my FC4 system I had to install the following RPMs and dependencies to meet the software requirements:
rpm -Uvh gcc-4.0.0-8.i386.rpm \
cpp-4.0.0-8.i386.rpm \
glibc-devel-2.3.5-10.i386.rpm \
glibc-headers-2.3.5-10.i386.rpm \
glibc-kernheaders-2.4-9.1.94.i386.rpm
rpm -Uvh compat-libstdc++-33-3.2.3-47.fc4.i386.rpm
rpm -Uvh openmotif-2.2.3-10.i386.rpm \
xorg-x11-deprecated-libs-6.8.2-31.i386.rpm
rpm -Uvh openmotif21-2.1.30-14.i386.rpm
rpm -Uvh libaio-0.3.104-2.i386.rpm
rpm -Uvh selinux-policy-targeted-1.25.2-4.noarch.rpm
也都是有的。 |
|