ID: 12607
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Analyzed
Bug Type: *Configuration Issues
Operating System: NetBSD/Alpha 1.5W
PHP Version: 4.0CVS-2001-08-06
New Comment:
trying an ealier libtool won't help. i did that already -- all the way back to 1.3.5.
i'm pretty sure i don't have any cvs conflicts. i've even tried it with a fresh cvs
checkout. the line:
<<<<<<< config.m4
was in the configure script (preceeded by the other lines).
just now i moved the ./ext/iconv directory outside of ./ext and did the configure
again. it WORKED (for the configure part anyway). i think one of the file in iconv dir
is messed up.
Previous Comments:
------------------------------------------------------------------------
[2001-08-17 01:13:24] [EMAIL PROTECTED]
Oops, should have read more closely :/
But you can give it a try if it doesn't work.
- Markus
------------------------------------------------------------------------
[2001-08-17 01:11:24] [EMAIL PROTECTED]
I bet that if you use libtool1.4 (no trailing character after the '4') it will work.
At least, it did for me.
- Marks
------------------------------------------------------------------------
[2001-08-17 01:10:01] [EMAIL PROTECTED]
Are you sure you don't have some cvs conflict there?
Or what is this line:
<<<<<<< config.m4
--Jani
------------------------------------------------------------------------
[2001-08-17 01:02:08] [EMAIL PROTECTED]
i just deinstalled autoconf-2.52 and installed an earlier version: autoconf-2.13, but
the same error about redirection persist (using php-cvs from today).
# ./cvsclean
# ./buildconf
buildconf: checking installation...
buildconf: autoconf version 2.13 (ok)
buildconf: automake version 1.4 (ok)
buildconf: libtool version 1.4a (ok)
rebuilding Makefile templates
automake: configure.in: installing `Zend/ylwrap'
rebuilding configure
rebuilding acconfig.h
rebuilding main/php_config.h.in
---
...
checking for Hyperwave support... no
checking for ICAP support... no
checking for iconv support... no
./configure: 23512: Syntax error: redirection unexpected
---
line 23512 from configure is marked with ***:
if test "$PHP_ICONV" != "no"; then
*** for i in /usr /usr/local $PHP_ICONV; do
test -r $i/include/iconv.h && ICONV_DIR=$i
done
if test -z "$ICONV_DIR"; then
{ echo "configure: error: Please reinstall the iconv library." 1>&2; exit 1; }
fi
<<<<<<< config.m4
---
therefore i can conclude that' it's not autoconf's fault. something else is happening
here. could it be an error in an earlier line prior to 23512 which caused this error?
------------------------------------------------------------------------
[2001-08-12 18:53:02] [EMAIL PROTECTED]
reclassified.
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/?id=12607
Edit this bug report at http://bugs.php.net/?id=12607&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]