|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2000-09-03 15:56 UTC] mpeters at abriasoft dot com
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 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Tue Jul 14 08:00:01 2026 UTC |
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