checking for GNU gettext support... yes
checking for bindtextdomain in -lintl... no
checking for bindtextdomain in -lc... no
configure: error: Unable to find required gettext library
Boom. No matter what, I can't get gettext to pass. I've upgraded to gettext 0.14.1 but it still won't pass. Any thoughts?
It's Solaris 8, 64-bit. php4.3.11
Here's the last few error lines of the config.log:
ld: fatal: file /usr/local/lib/libxml2.so: wrong ELF class: ELFCLASS32
ld: fatal: library -liconv: not found
ld: fatal: File processing errors. No output written to conftest
collect2: ld returned 1 exit status
configure: failed program was:
#line 38367 "configure"
#include "confdefs.h"
/ Override any gcc2 internal prototype to avoid an error. /
/ We use char because int might match the return type of a gcc2
builtin and then its argument prototype would still apply. /
char bindtextdomain();
configure command line:
'./configure' \
'--with-mysql=/usr/local/mysql' \
'--enable-versioning' \
'--with-imapssl=~csetup/gnu/openssl-0.9.7' \
'--with-ldap' \
'--with-dom' \
'--with-apxs=/export1/project/apache/bin/apxs' \
'--with-zlib-dir=/usr/include' \
'--with-gettext' \
"$@"