摘要:
在安装oracle数据库的red hat linux上的oracle用户上输入命令:lsnrctl start报一下错误:lsnrctl: error while loading shared libraries: /home/oracle/app/oracle/product/11.2.0/dbhome_1/lib/libclntsh.so.11.1: cannot restore segment prot after reloc: Permission denied解决办法:这是因为SELINUX的问题,需要关闭SELINX,执行:/usr/sbin/setenforce 0引用:When 阅读全文
摘要:
在linux下安装软件包的时候,有时候提示configure: error: newly created file is older than distributed files!Check your system clock出现此编译错误,请检查你的系统时间是否设置有误。。。查看硬件日期时间hwclock -showlinux是每隔一段时间将系统时间写入 硬件bois的 如果刚设置完了就关机,开机后时间还是等于没有设置# date -s 991128Sun Nov 28 00:00:00 CST 1999实例:设置时间伟2008年8月8号12:00# date -s “2008-08-08 阅读全文