Thanks for the help.Got it resolved by changing SELINUX=disabled in /etc/sysconfig/selinux.It looks like SeLinux changes some system default behaviour, including the shared library loading. All are from google search :)) still lot of things to learn :(( Regards -A
On Thu, May 28, 2009 at 7:13 PM, Eric Covener <[email protected]> wrote: > On Thu, May 28, 2009 at 9:25 AM, Arnab Ganguly <[email protected]> > wrote: > > Hi All, > > This is related to Apache start.I have written Apache module, but not > able > > to start it.I am getting the following error as "cannot restore segment > prot > > after reloc: Permission denied". > > > > This is not happening in all the machines this is surprising to me.Same > > module works perfectly in other machines.Any help or suggestion would be > > very much appreciated. > > Thanks in advance. > > > SELinux FAQ (try google) or compile your module with -fPIC (freebie if > you use apxs and don't link in your own prebuild object code) > > > > -- > Eric Covener > [email protected] > > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server Project. > See <URL:http://httpd.apache.org/userslist.html> for more info. > To unsubscribe, e-mail: [email protected] > " from the digest: [email protected] > For additional commands, e-mail: [email protected] > >
