| Bug #7193 | configure script broken | ||||
|---|---|---|---|---|---|
| Submitted: | 13 Oct 2000 1:50pm UTC | Modified: | 16 Oct 2000 12:10am UTC | ||
| From: | ignacio at openservices dot net | Assigned to: | |||
| Status: | Closed | Category: | Compile Problem | ||
| Version: | 4.0.3 | OS: | Red Hat Linux 6.2/7.0 | ||
[13 Oct 2000 1:50pm UTC] ignacio at openservices dot net
[15 Oct 2000 9:36pm UTC] sniper@php.net
You need to compile and install GNU gettext : ftp://ftp.gnu.org/gnu/gettext/gettext-0.10.tar.gz And point --with-gettext= to the base install dir of gettext. e.g. when libintl.a is in /opt/gettext/lib use --with-gettext=/opt/gettext --Jani
[15 Oct 2000 10:00pm UTC] ignacio at openservices dot net
Well then why is it looking for bindtextdomain in libc, and why is there in fact a bindtextdomain in libc, and how come it's not finding it, and how come 4.0.1pl2 doesn't have this problem? [root@... ...]#objdump -t /lib/libc.so.6 ... 00021544 g F .text 00000016 llabs 00053998 g F .text 00000024 _IO_sprintf 00052bd0 g F .text 000000a9 _IO_fsetpos 0001b1e0 w F .text 000002a6 bindtextdomain 0008afb0 g F .text 00000037 stime 000b25e0 g F .text 0000003d klogctl 0001f7a0 g F .text 00000058 sigdelset ...
[15 Oct 2000 10:07pm UTC] ignacio at openservices dot net
Well then why is it looking for bindtextdomain in libc, and why is there in fact a bindtextdomain in libc, and how come it's not finding it, and how come 4.0.1pl2 doesn't have this problem? [root@... ...]#objdump -t /lib/libc.so.6 ... 00021544 g F .text 00000016 llabs 00053998 g F .text 00000024 _IO_sprintf 00052bd0 g F .text 000000a9 _IO_fsetpos 0001b1e0 w F .text 000002a6 bindtextdomain 0008afb0 g F .text 00000037 stime 000b25e0 g F .text 0000003d klogctl 0001f7a0 g F .text 00000058 sigdelset ...
[15 Oct 2000 11:57pm UTC] ignacio at openservices dot net
My bad. I should have checked config.log. This machine is a 6.2 machine
manually upgraded to 7.0, and the person who did the upgrading didn't
install the db2 and db3 packages *grumblegrumble*.
From config.log:
...
configure:16757: checking for bindtextdomain in -lc
configure:16776: gcc -o conftest -g -O2 -L/usr/lib conftest.c -lc
-lttf -ljpeg -lgd -l -ldb -lgdbm -lresolv -lm -ldl -lcrypt -lnsl
-lresolv -L/usr/lib -ljpeg 1>&5
/usr/bin/ld: cannot find -l--library=db
collect2: ld returned 1 exit status
configure: failed program was:
#line 16765 "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();
int main() {
bindtextdomain()
; return 0; }
Oh, and sorry about the duplicate posts. I have to remember to hit
"Cancel" when reloading the page :)
[16 Oct 2000 12:10am UTC] ignacio at openservices dot net
It's working after removing --with-db2 and --with-db3. The only question that remains is why ld couldn't find /lib/libdb.so.2 and /lib/libdb.so.3...
