Hi,
2010/4/30 bilsalak <
bils...@gmail.com>:
Not directly.
What's weird is that "php -m" don't complain about the libraries,
those are found thanks to the extension_dir configuration setting.
Is this setting different on your box when running "make test" than
when running "php -m" ?
You might also check that the same binary is used, compare the result of:
$ which php
$ grep "PHP_EXECUTABLE =" Makefile
You may want to hack the Makefile around the line with "test: all" to
discover what's wrong. What's the value of INI_FILE,
INI_SCANNED_PATH,...
Sounds like a configuration file mentioning apc, gearman and memcached
is used but with an extension_dir which is different than when running
"php -m".
Hope this will help you discovering what's wrong!
Regards,
--
Patrick Allaert
---
http://code.google.com/p/peclapm/ - Alternative PHP Monitor