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.
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

How to install php with gettext ?
thanks

        roman




this is my configure :

./configure --prefix=/usr --exec-prefix=/usr/ --with-config-file-path=/etc -
-disable-debug --enable-pic --enable-inline-optimization --with-apxs=/usr/sb
in/apxs --disable-static --with-exec-dir=/usr/bin --with-regex=system --with
-gettext --with-gd --with-jpeg-dir=/usr --with-png --with-zlib --with-db2 --
with-db3 --with-gdbm --enable-debugger --enable-magic-quotes --enable-safe-m
ode --enable-sysvsem --enable-sysvshm --enable-track-vars --enable-yp --enab
le-ftp --with-xml --with-mysql



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

Reply via email to