- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: library loading problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 10:34 PM
06-29-2005 10:34 PM
i'm getting the following error running an application.
it is giving this message while loading a library. i'm trying this on Fedora core 4.
cannot restore segment prot after reloc: Permission denied
Same application works fine in Fedora Core 3.
let me know what needs to be checked?
regards
chakri
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 10:48 PM
06-29-2005 10:48 PM
SolutionChange the SELinux policy to either 'permissive' or 'disabled', and try it again. To do this, modify the line 'SELINUX=enforcing' in '/etc/selinux/config'.
If it works after that, then it's a matter of tracking down exactally what that library is accessing and opening up the SELinux policy for it. The 'permissive' warnings should tell you what it is that's being denied.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 10:57 PM
06-29-2005 10:57 PM
Re: library loading problem
i'm trying this on Fedora Core 4 machine
--chakri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 11:04 PM
06-29-2005 11:04 PM
Re: library loading problem
it works,
if possible can you explain me more about SELinux? and what do the different modes for?
regards
chakri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 11:11 PM
06-29-2005 11:11 PM
Re: library loading problem
SELINUX's 3 settings are:
disabled: Don't do any SELinux checks
permissive: Warn if any SELinux rules are broken, but don't stop the access
enforcing: Don't allow anything that breaks any of the SELinux rules.
There's a reasonable amount of documentation around these days on SELinux, it's just a matter of wading through it to understand what is required. You can start at http://fedora.redhat.com/projects/selinux/index.html .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2005 11:44 PM
06-29-2005 11:44 PM
Re: library loading problem
chakri