- 論壇徽章:
- 0
|
不知道有沒(méi)有誰(shuí)成功安裝過(guò)?我出現(xiàn)了一寫(xiě)問(wèn)題,在網(wǎng)上也找到了一些資料,但是按照資料處理后,問(wèn)題依舊。真的是沒(méi)折了。
機(jī)器配置:Dell D690工作站,Intel 64位處理器,4G內(nèi)存 ,3塊136G硬盤(pán)帶Raid卡。
操作系統(tǒng):Fedora Core release 5 (Bordeaux)
Oracle版本:10201_database_linux_x86_64
根據(jù)網(wǎng)上的安裝手冊(cè),修改了內(nèi)核參數(shù)和環(huán)境變量。
在執(zhí)行./runInstaller后,出現(xiàn)問(wèn)題:
[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)
我在網(wǎng)上找了一下,有這么個(gè)貼子“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,也沒(méi)這個(gè)程序包,所以就到網(wǎng)上down了一個(gè)“
xorg-x11-deprecated-libs-6.8.2-31”。安裝也成功了。
但是再執(zhí)行安裝的操作,問(wèn)題依舊。
請(qǐng)問(wèn),還有什么需要安裝的包嗎?
用于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
也都是有的。 |
|