Subject PHP extension problem
Author nilay2675
Hello php group,


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

I have checked the versions of PHP in both machines. They are identical.

Please help me if you have any idea about this issue.

From,
Nilay Rathod.