I want to compile an extension, let's say the zip extension. So I do the following:
cd /usr/src/php-4.2.3/ext/zip phpize Now, I understand that this should result in a shared library being produced, but I can't find it. Also, during the phpize process, I get following warnings: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_us" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). configure.in:17: error: possibly undefined macro: AC_MSG_ERROR configure:2571: error: possibly undefined macro: AC_DEFINE configure:2571: error: possibly undefined macro: AC_CHECK_LIB perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_us" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = "en_us" are supported and installed on your system. perl: warning: Falling back to the standard locale ("C"). autoheader: `config.h.in' is unchanged You should update your `aclocal.m4' by running aclocal. Please, tell me what to do, and I will be forever greatfull. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php