Here is the exact command that I am running: './configure' '--host=i386-redhat-linux' '--build=i386-redhat-linux' '--target=i386-redhat-linux-gnu' '--program-prefix=' '--prefix=/usr' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/usr/com' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--cache-file=../config.cache' '--with-config-file-path=/etc' '--with-config-file-scan-dir=/etc/php.d' '--enable-force-cgi-redirect' '--disable-debug' '--enable-pic' '--disable-rpath' '--enable-inline-optimization' '--with-bz2' '--with-db4=/usr' '--with-curl' '--with-dom=/usr' '--with-exec-dir=/usr/bin' '--with-freetype-dir=/usr' '--with-png-dir=/usr' '--with-gd' '--enable-gd-native-ttf' '--with-ttf' '--with-gettext' '--with-ncurses' '--with-gmp' '--with-iconv' '--with-jpeg-dir=/usr' '--with-openssl' '--with-png' '--with-pspell' '--with-regex=system' '--with-xml' '--with-expat-dir=/usr' '--with-pcre-regex=/usr' '--with-zlib' '--with-layout=GNU' '--enable-bcmath' '--enable-exif' '--enable-ftp' '--enable-magic-quotes' '--enable-safe-mode' '--enable-sockets' '--enable-sysvsem' '--enable-sysvshm' '--enable-discard-path' '--enable-track-vars' '--enable-trans-sid' '--enable-yp' '--enable-wddx' '--enable-mbstring' '--enable-mbstr-enc-trans' '--enable-mbregex' '--with-pear=/usr/share/pear' '--with-imap=shared' '--with-imap-ssl' '--with-kerberos=/usr/kerberos' '--with-ldap=shared' '--with-mysql=shared,/usr' '--with-pgsql=shared' '--with-unixODBC=shared' '--enable-memory-limit' '--enable-bcmath' '--enable-shmop' '--enable-versioning' '--enable-calendar' '--enable-dbx' '--enable-dio' '--enable-mcal' '--with-apxs2filter=/usr/sbin/apxs' '--with-mcal=/install/libmcal/' In /usr/lib/ I have 2 files named libgettextlib.la and libgettextsrc.la Do I need to tell the ./configure command up above to look for these 2 files in the /usr/lib directory? Just a guess.. Thanks, Darryl On 5/23/05, Ed Greshko <Ed.Greshko@xxxxxxxxxxx> wrote: > > > James Cooley wrote: > > Do you have the gettext-devel package installed? This package is > > required to link software to the gettext libraries. > > > > The command: > > > > rpm -qa | grep gettext > > > > will show you if you have gettext and gettext-devel installed. > > > > To install the package from the net, do: > > > > up2date --install gettext-devel > > Too bad that RHELv3 has no gettext-devel RPM. :-) > > The gettext RPM description says: > > The GNU gettext package provides a set of tools and documentation for > producing multi-lingual messages in programs. Tools include a set of > conventions about how programs should be written to support message > catalogs, a directory and file naming organization for the message > catalogs, a runtime library which supports the retrieval of translated > messages, and stand-alone programs for handling the translatable and > the already translated strings. Gettext provides an easy to use > library and tools for creating, using, and modifying natural language > catalogs and is a powerful and simple method for internationalizing > programs. > > Could it be that the libraries are in a place different from where the > configure routine is searching? Maybe one needs to point to something > like... /usr/lib/libgettextlib.la ? > > I'm just guessing here. > > > > > > > --James Cooley > > > > > > On May 23, 2005, at 7:59 PM, Darryl W. DeLao Jr. wrote: > > > >> I have a RHEL 3.0 ES machine with PHP 4.3.2 installed from Red Hat. I > >> am trying to recompile php to include MCAL and I get the following > >> error on ./configure: > >> > >> 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 > >> > >> > >> Any help is greatly appreciated! > >> > >> thanks, > >> Darryl > >> > >> -- > >> redhat-list mailing list > >> unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe > >> https://www.redhat.com/mailman/listinfo/redhat-list > >> > > > > -- > "A common mistake that people make when trying to design something > completely foolproof was to underestimate the ingenuity of complete > fools." > > --Ford Prefect in "Mostly Harmless". > > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list