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.

  • 相关阅读:
    C# WM_NCMOUSELEAVE 消息触发
    C#常用集合的使用(转载)
    关于直播,所有的技术细节都在这里了(转载)
    C# Winform 窗体美化
    正则表达式符号全解析
    C#中List<T>转DataTable
    C#中的Queue集合
    C#中Stack集合
    智能信息处理
    Mysql
  • 原文地址:https://www.cnblogs.com/ningvsban/p/3364149.html
Copyright © 2011-2022 走看看