RE: [PHP-DEV] process in README.SELF-CONTAINED-EXTENSIONS broken?

2002-09-12 Thread NAIK,ROSHAN (HP-Cupertino,ex1)
>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 >

Re: [PHP-DEV] process in README.SELF-CONTAINED-EXTENSIONS broken?

2002-09-12 Thread Jani Taskinen
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.m

Re: [PHP-DEV] process in README.SELF-CONTAINED-EXTENSIONS broken?

2002-09-12 Thread Markus Fischer
Using latest CVS HEAD there are no problems: cd ext/sockets && phpize && ./configure && make && make install $ php -r 'dl("sockets.so"); socket_create();' Command line code(1) : Warning - socket_create() expects exactly 3 parameters, 0 given $ autoconf --version Autocon

Re: [PHP-DEV] process in README.SELF-CONTAINED-EXTENSIONS broken?

2002-09-12 Thread Brian France
I have seen the configure error before. Don't know if this is what you are doing, but for me it was using phpize from 4.2.x and trying to build 4.3 extensions. Hope this helps, Brian At 11:27 AM -0700 9/12/02, Brian Lalor wrote: >I just grabbed PHP from CVS and tried to go through the proced

RE: [PHP-DEV] process in README.SELF-CONTAINED-EXTENSIONS broken?

2002-09-12 Thread NAIK,ROSHAN (HP-Cupertino,ex1)
I dunno the solution to the warnings from phpize, (since i havent figured a way to fix that), But I think they are benign warnings. The error message... "You should update your `aclocal.m4' by running aclocal." seems bogus. It would be great if someone here can comment on it. Anycase, you n