Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Installation - Getting started with Red Hat Linux
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
MCAL and PHP

MCAL and PHP

2005-05-23       - By Darryl W. DeLao Jr.

 Back
Reply:     1     2     3     4     5     6  

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@(protected)> 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@(protected)?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@(protected)?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list
>

--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

Earn $52 per hosting referral at Lunarpages.