I get the last gettext and configuring/compiling/installing fine with:
./configure --prefix=/usr --disable-nls
After I tried to configure PHP 5.1.4 with this command line:
./configure --with-imap --with-mysql
--with-apxs=/usr/local/apache/bin/apxs --with-openssl --with-zlib
--enable-ctype --enable-ftp --with-gd --enable-sockets --enable-sysvsem
--enable-sysvshm --enable-memory-limit --with-png-dir=/usr/lib
--with-gettext
The error reproduces even if write --with-gettext=/usr
checking whether 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
My OS is Slackware 10.2
Any ideas?