On 12 Sep 2002, Brian Lalor wrote: >phpize gives some warnings: > aclocal: macro `AC_ADD_LIBPATH' defined in acinclude.m4 but never used > aclocal: macro `AC_ADD_LIBRARY' defined in acinclude.m4 but never used > aclocal: macro `AC_ADD_LIBRARY_WITH_PATH' defined in acinclude.m4 but never >used > aclocal: macro `AC_ADD_INCLUDE' defined in acinclude.m4 but never used > You should update your `aclocal.m4' by running aclocal.
You need to have installed the same version of PHP in your system which extensions you're trying to build as shared ones. Then you'll have the correct phpize and header files installed. btw. You can always do that while configuring/compiling PHP: ./configure --with-mysql --enable-sockets=shared --with-bz2=shared,/usr/local Running ./configure --help helps sometimes too.. --Jani -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php