|
在fc4下安装oracle10g时,错误信息如下:
[oracle@localhost Disk1]$ ./runInstaller
Starting Oracle Universal Installer...
No pre-requisite checks found in oraparam.ini, no system pre-requisite checks wi ll be executed.
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2005-07-13_11 -50-40PM. Please wait ...[oracle@localhost Disk1]$ Exception in thread "main" ja va.lang.UnsatisfiedLinkError: /tmp/OraInstall2005-07-13_11-50-40PM/jre/1.4.2/lib /i386/libawt.so: /tmp/OraInstall2005-07-13_11-50-40PM/jre/1.4.2/lib/i386/libawt. so: cannot restore segment prot after reloc: Permission denied
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1560)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1477)
at java.lang.Runtime.loadLibrary0(Runtime.java:788)
at java.lang.System.loadLibrary(System.java:834)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:50)
at java.security.AccessController.doPrivileged(Native Method)
at sun.awt.NativeLibLoader.loadLibraries(NativeLibLoader.java:38)
at sun.awt.DebugHelper.<clinit>(DebugHelper.java:29)
at java.awt.Component.<clinit>(Component.java:506)
[oracle@localhost Disk1]$ rpm -q libawt
package libawt is not installed |
|