[PHP-DEV] PHP 4.0 Bug #6518 Updated: gettext error in configure script From: Bug Database (php-dev <email protected>)
Date: 09/14/00

ID: 6518
Updated by: sniper
Reported By: mpeters <email protected>
Status: Feedback
Bug Type: Compile Failure
Assigned To:
Comments:

Try adding the path where gettext libs are installed:

--with-gettext=/usr/local

(assuming the lib is in /usr/local/lib)

--Jani

Previous Comments:
---------------------------------------------------------------------------

[2000-09-03 16:24:44] mpeters <email protected>
Here's my configure options:

./configure
        $*
        --disable-static
        --disable-debug
        --enable-pic
        --enable-inline-optimization
        --prefix=/usr
        --with-zlib
        --with-config-file-path=/etc/httpd/conf
        --enable-magic-quotes
        --enable-debugger
        --enable-track-vars
        --enable-safe-mode
        --with-exec-dir=/usr/bin
        --with-regex=system
        --with-versioning
        --with-gdbm
        --with-db2
        --with-db3
        --enable-sysvsem
        --enable-sysvshm
        --with-mod_charset
        --enable-force-cgi-redirect
        --with-mm
        --enable-trans-sid
        --with-dbase
        --with-filepro
        --enable-yp
        --with-gettext
        --enable-ftp
        --enable-xml

---------------------------------------------------------------------------

[2000-09-03 15:56:40] mpeters <email protected>
when compiling php-4.0.2 or the latest from cvs with gettext support the configure script reports the following error:

checking wether to include GNU gettext support... yes
checking for bindtextdomain in -lintl... no
checking for bindtextdomain in -lc... no
configure: error: Unable to find required gettext library.

those are bogus errors, and do not happen with php-4.0.1pl2

This error occurs under both Red Hat 6.2 and YellowDog C.S. 1.2
I've only tried with the latest cvs with YellowDog (PowerPC)

gnu gettext-0.10.35

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=6518

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>