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]
