Chinaunix首页 | 论坛 | 博客
  • 博客访问: 147094
  • 博文数量: 23
  • 博客积分: 1536
  • 博客等级: 上尉
  • 技术积分: 271
  • 用 户 组: 普通用户
  • 注册时间: 2008-12-26 20:01
文章分类

全部博文(23)

文章存档

2010年(13)

2009年(10)

我的朋友

分类:

2009-05-11 22:44:14

今天在REDHAT 5.2上安装openview agent的时候出了点问题,不管怎么折腾就是装不上(:。
反复检查了RPM包,发现该装的包都已经装了;安装用户是ROOT啊,怎么会提示权限不够呢。
..........
/opt/OV/bin/ovpath: error while loading shared libraries: /opt/OV/lib/libOvXpl.so: cannot restore segment prot
after reloc: Permission denied
/opt/OV/bin/ovpath returned nothing for datadir path
/opt/OV/bin/ovconfchg: error while loading shared libraries: /opt/OV/lib/libOvXpl.so: cannot restore segment pr
ot after reloc: Permission denied
WARNING: Unable to update XPL configuration.
Starting OVTrcSrv...
/opt/OV/lbin/xpl/trc/ovtrcd: error while loading shared libraries: /opt/OV/lib/libOvXpl.so: cannot restore segm
ent prot after reloc: Permission denied
ERROR:   Unable to start XPL TraceServer daemon
error: %post(HPOvXpl-6.10.030-1.i586) scriptlet failed, exit status 1
ERROR:    Installation of HPOvXpl failed.
ERROR:    Package HPOvXpl is not installed.
          Error occured during installation.
WARNING:  OVO Maintenance script ends Wed May  6 12:25:42 EDT 2009 with error
          in (de)installation phase.
          Check /var/opt/OV/log/opc_inst.log for more details.
 
原来,如果启用了SELINUX时,安装软件会Permission denied 的情况。
解决办法:
编辑/etc/selinux/config
注释掉SELINUX=enforcing
然后新加一行为: SELINUX=disabled
 
REBOOT后就可以安装了。
阅读(1702) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~