2011-10-23 33 views
1

我試着在Fedora安裝Oracle日曆和進出口運行到以下問題安裝Oracle日曆上的Fedora

Preparing to install... 
Extracting the JRE from the installer archive... 
Unpacking the JRE... 
Extracting the installation resources from the installer archive... 
Configuring the installer for this system's environment... 
awk: error while loading shared libraries: libdl.so.2: cannot open shared object file: No such file or directory 
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory 
/bin/ls: error while loading shared libraries: librt.so.1: cannot open shared object file: No such file or directory 
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory 
dirname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory 
basename: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory 
hostname: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory 
Launching installer... 
grep: error while loading shared libraries: libc.so.6: cannot open shared object file: No such file or directory 
/tmp/install.dir.7150/Linux/resource/jre/bin/java: error while loading shared libraries: libpthread.so.0: cannot open shared object file: No such file or directory 

回答

1

似乎LD_ASSUME_KERNEL環境變種可能導致問題,它是在時使用舊變種內核線程切換。一些應用程序,主要是Java,仍然有這個集合,它引發了Fedora中的問題。解決方案是關閉它:

perl -pi -e 's/export LD_ASSUME_KERNEL/#xport LD_ASSUME_KERNEL/' cal_linux