最近我尝试使用快速手册在我的 linux 上安装 oracle(我以前从未使用过 yum):
http://www.oracle.com/technetwork/articles/servers-storage-admin/ginnydbinstallonlinux-488779.html
在命令之后:
sudo yum install oracle-rdbms-server-11gR2-preinstall
我收到错误:失败:ca-certificates.noarch 0:2010.63-3.el6_1.5 chkconfig.x86_64 0:1.3.49.3-2.el6 file-libs.x86_64 0:5.04-15.el6 filesystem.x86_64 0:2.4 .30-3.el6 初始化脚本.x86_64 0:9.03.38-1.0.1.el6_4.2
Complete!
出了点问题,因为像这样的命令: ps, top 正在崩溃
login@Ass-K55VJ:/etc/yum/repos.d$ ps -e
ps: relocation error: ps: symbol procps_number_version, version _3_2_5 not defined in file libproc-3.2.8.so with link time reference
login@Ass-K55VJ:/etc/yum/repos.d$ top
Segmentation fault (core dumped)
then I tryied to uninstall oracle and dependencies but after command:
sudo yum remove oracle-rdbms-server-11gR2-preinstall
There was a problem importing one of the Python modules
required to run yum. The error leading to this problem was:
No module named yum
Please install a package which provides this module, or
verify that the module is installed correctly.
It's possible that the above module doesn't match the
current version of Python, which is:
2.6.6 (r266:84292, Jul 10 2013, 06:42:56) [GCC 4.4.7 20120313 (Red Hat 4.4.7-3)]
If you cannot solve this problem yourself, please go to the yum faq at: http://wiki.linux.duke.edu/YumFaq
所以似乎 yum install 在我的系统新库中但没有正确链接它?我不知道此刻该做什么,因为它在我的 ubuntu 上看起来像是世界末日......