Subject Re: [firebird-php] Re: Where is the PHP interbase.so module for CentOS 5.2 ?
Author marius adrian popa
On Fri, Jun 12, 2009 at 9:03 AM, Hernando Duque
C<duque.hernando@...> wrote:
>
>
> I worked arround the trouble... turned on the php error_log and found this:
>
> PHP Warning: PHP Startup: Unable to load dynamic library
> '/usr/lib/php/modules/interbase.so' - libfbclient.so.1: failed to map
> segment from shared object: Permission denied in Unknown on line 0
>
> Is it a security Linux issue?
> Should I recompile interbase.so?
>
> Nando.

That's an SELinux labelling issue - run:

# fixfiles restore

or disable enforcement of the Apache/SELinux policy:

# setsebool httpd_disable_trans 1

or you can try to disable Selinux for all the server

http://www.centos.org/docs/5/html/5.2/Deployment_Guide/sec-sel-enable-disable.html
>
>