2012年(101)
分类: LINUX
2012-06-12 22:21:16
在使用oracle登录后出现以下问题
[oracle@health ~]$ ls
ls: error while loading shared libraries: librt.so.1: wrong ELF class: ELFCLASS32
root正常,没有上述现象。
经过查看发现,原来是oracle 环境变量里面的内核参数错误引起的,去掉下面选项即可。
export LD_ASSUME_KERNEL=2.4.1
peth0 是eth0的映射,这个直接影响网络连接,只在5.4虚拟机时打开,服务为xend.
注意,在安装时选择了虚拟机时,一定要关闭xend服务.不然远程终端无法连接到服务器.
chkconfig -level 345 xend off
顺便把sendmail也关掉
chkconfig -level 345 sendmail off