Ok, under 4.2.3 or 4.0.3pre2, when running the configure line:

./configure --prefix=/usr/local/php_4.2.3 --without-mysql
--disable-session --disable-pcre-regex --disable-xml

Everything seems to go fine, till the end where it says:

creating ./config.status
creating php4.spec
sed: file conftest.s1 line 4: Unterminated `s' command
creating Zend/Makefile
sed: file conftest.s1 line 4: Unterminated `s' command
creating main/build-defs.h
sed: file conftest.s1 line 4: Unterminated `s' command
creating pear/scripts/pear
sed: file conftest.s1 line 4: Unterminated `s' command
creating pear/scripts/phpize
sed: file conftest.s1 line 4: Unterminated `s' command
creating pear/scripts/php-config
sed: file conftest.s1 line 4: Unterminated `s' command
creating pear/scripts/pearize
sed: file conftest.s1 line 4: Unterminated `s' command
creating pear/scripts/phptar
sed: file conftest.s1 line 4: Unterminated `s' command
creating TSRM/Makefile
sed: file conftest.s1 line 4: Unterminated `s' command
creating main/php_config.h
fastgen.sh: creating sapi/Makefile

Now, here's where the versions differ, with 4.3.0pre2, I can
still type "make" and it appears to be compiling ok, but when I
do "make" after those error's on 4.2.3, I get:

Making all in Zend
make[1]: Entering directory `/usr/local/php/php-4.2.3/Zend'
make[1]: *** No rule to make target `all'.  Stop.
make[1]: Leaving directory `/usr/local/php/php-4.2.3/Zend'

Any idea's?

Adam Voigt
[EMAIL PROTECTED]


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

Reply via email to