zoukankan      html  css  js  c++  java
  • cannot restore segment prot after reloc: Permission denied

    在安装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 packaging an application on RHEL or CentOS, you may receive the following error:

    cannot restore segment prot after reloc: Permission denied
    This is likely due the the SE Linux setting being set to "enforcing"
    .
    To Temporarily disable enforcement on a running system
    /usr/sbin/setenforce 0

    To permanently disable enforcement during a system startup
    change "enforcing" to "disabled" in ''/etc/selinux/config'' and reboot.
    .
    By default, CentOS 5 has the SE Linux feature set to "enforcing". We are looking into ways to removing these steps.

  • 相关阅读:
    Cocos2d-x 内存管理
    Cocos2d-x 解惑
    前端最实用、全面的工具类方法
    Java web 项目获取时间的方式列举
    Win系统常用指令
    Js三级下拉列表联动
    Js数组操作
    常用网站推荐
    最常用的正则表达式
    Oracle数据库学习
  • 原文地址:https://www.cnblogs.com/ningvsban/p/3364149.html
Copyright © 2011-2022 走看看