I am getting this error when running configure:

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

The config.log does not help much:

configure:25561: checking for GNU gettext support
configure:25623: checking for bindtextdomain in -lintl
configure:25664: checking for bindtextdomain in -lc


I believe I have gettext installed and configured correctly.  PHP 4.1.2 
does not complain with the same installation of gettext.

I'm kind of stumped in the research department, because these are the 
only lines being run in the configure script:

echo "configure:25623: checking for bindtextdomain in -lintl" >&5
ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then
   echo $ac_n "(cached) $ac_c" 1>&6

I'm at a bit of a loss for how all this cached information works.  Can 
anyone shed some light on this problem?

Thanks in advance,
Ken


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

Reply via email to