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 procedure outlined in
>README.SELF-CONTAINED-EXTENSIONS and found that it doesn't work.  Can someone
>help?  I'm looking at revision 1.10 of the README.
>
>The php4 module's checked out into my ~/devel directory.  So under CONVERTING
>AN EXISTING EXTENSION, I do
>         mkdir /tmp/newext
>         cd /tmp/newext
>         cp -rp ~/devel/php4/ext/sockets/* .
>         phpize
>
>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.
>
>I ran aclocal, which gave the same output as phpize, save for the last line;
>finally:
>         ./configure
>
>configure dies with:
>         configure: error: can not find sources in . or ..
>
>I've tried running buildconf and configure in the cvs working directory, but
>still no dice.  Can anyone help?
>
>B      
>
>--
>Brian Lalor
>[EMAIL PROTECTED]
>[EMAIL PROTECTED]
>
>
>
>--
>PHP Development Mailing List <http://www.php.net/>
>To unsubscribe, visit: http://www.php.net/unsub.php


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to