I'm trying to install a PHP module, which requires phpize
and I'm being met with a warning, even though it exists and is installed.
Cannot find config.m4.Make sure that you run '/usr/bin/phpize' in the top level source directory of the module
So, I've tried running phpize
from both root, with /usr/bin/phpize
and just # phpize
, still met with the same warning.
My PHP modules are stored in usr/lib64/php/modules/
so I've tried running phpize
from there, still the same warning.
php-devel
is installed:
Package php-devel-5.3.3-14.el6_3.x86_64 already installed and latest version
Nothing to do
which phpize
yields this - /usr/bin/phpize
find -name 'config.m4'
yields this - find: File system loop detected; ./var/named/chroot/var/named' is part of the same file system loop as ./var/named'.
So, I'm assuming config.m4
either isn't in the same directory phpize
is running from, or that loop error I'm getting is causing it to be hidden/not found, etc.
Any insight would be greatly appreciated, SF.
Edit: I'm trying to build saprfc.sourceforge.net