I want install php 4.2.1 (download from www.php.net) on ma linux red hat 7.0
server. configure ran good with no errors but when i do make install i get
this error message.

Making all in gettext
make[2]: Entering directory `/update/php-4.2.1/ext/gettext'
make[3]: Entering directory `/update/php-4.2.1/ext/gettext'
/bin/sh /update/php-4.2.1/libtool --silent --mode=compile
gcc  -I. -I/update/php-4.2.1/ext/gettext -I/update/php-4.2.1/main -I/update/
php-4.2.1 -I/usr/include/apache -I/update/php-4.2.1/Zend -I/update/php-4.2.1
/ext/mysql/libmysql -I/update/php-4.2.1/ext/xml/expat  -DLINUX=2 -DMOD_SSL=2
06106 -DEAPI -DUSE_EXPAT -I/update/php-4.2.1/TSRM -g -O2 -prefer-pic  -c
gettext.c
gettext.c:210:93: too many arguments for macro "ngettext"
gettext.c:238:115: too many arguments for macro "dngettext"
make[3]: *** [gettext.lo] Error 1
make[3]: Leaving directory `/update/php-4.2.1/ext/gettext'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/update/php-4.2.1/ext/gettext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/update/php-4.2.1/ext'
make: *** [all-recursive] Error 1

my configure was :

./configure --prefix=/usr --exec-prefix=/usr --with-config-file-path=/etc --
disable-debug --enable-pic --enable-shared --enable-inline-optimization --wi
th-apxs=/usr/sbin/apxs --disable-static --with-exec-dir=/usr/bin --with-rege
x=system --with-gettext --with-gd --with-jpeg-dir=/usr --with-png --with-zli
b --with-db2 --with-db3 --with-gdbm --enable-debugger --enable-magic-quotes 
--enable-safe-mode --enable-sysvsem --enable-sysvshm --enable-track-vars --e
nable-yp --enable-ftp --with-xml --with-mysql


roman


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to