php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6518 gettext error in configure script
Submitted: 2000-09-03 15:56 UTC Modified: 2000-10-12 07:48 UTC
From: mpeters at abriasoft dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (03/09/2000) OS: Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mpeters at abriasoft dot com
New email:
PHP Version: OS:

 

 [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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-09-03 16:24 UTC] mpeters at abriasoft dot com
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-14 23:14 UTC] sniper@php.net
Try adding the path where gettext libs are installed:

--with-gettext=/usr/local

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

--Jani
 [2000-10-12 07:48 UTC] sniper@php.net
No feedback and I can not reproduce this.
If this is still happening (when using path with --with-gettext) using php 4.0.3 reopen this bug report.

--Jani
 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Tue Jul 14 08:00:01 2026 UTC