sascha,
phpize
configure
does not work if try to external-compile any bundled modules
as the generated php_config.h is never included (the one from
/usr/local/include is found first) and thereby
the
#define COMPILE_module_DL 1
is not seen by cpp so that
#ifdef COMPILE_DL_SABLOT
ZEND_GET_MODULE(sablot)
#endif
does not define the get_module() function.
suggestions?
tc
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]