Subject Re: PHP extension problem
Author Valentin Voev
--- In firebird-php@yahoogroups.com, "nilay2675" <nilay2675@...> wrote:

> I have developed a PHP extension in my machine(Linux 2.6.18-8.el5 #1
> SMP Fri Jan 26 14:15:21 EST 2007 i686 i686 i386 GNU/Linux) which when
> I try to install in other machine (Linux 2.6.9-34.EL #1 Fri Feb 24
> 16:44:51 EST 2006 i686 i686 i386 GNU/Linux) does not work.
>
> The commands which i follow to compile PHP extension is
> phpize
> ./configure
> make all install


Look at httpd error log file (/var/log/httpd/error_log). What it says?
It could be wrong SELinux permissions. If you're using SELinux change
it to "permissive" mode.