Steve Langasek <[EMAIL PROTECTED]> writes: > On Tue, Feb 01, 2005 at 09:35:23AM -0600, Shalon Wood wrote: >> Package: php4 >> Version: 4:4.3.10-2 >> Severity: normal > >> php4 fails to build from source with a large number of the following >> errors: > >> /usr/lib/gcc-lib/i386-linux/3.2.3/../../../libpq.a(fe-auth.o)(.text+0x171): >> In function `pg_krb5_init': >> : undefined reference to `error_message' > > We need to see the lines before this to know why it's failing on your > system. The php4 build should never be linking to libpq.a; either libpq.so > is missing on your system, or something else is broken that prevents the PHP > build from detecting it and using it properly.
Looks like the second: /usr/lib/libpq.so /usr/lib/libpq.so.2 /usr/lib/libpq.so.2.2 /usr/lib/libpq.so.3 /usr/lib/libpq.so.3.1 I'm rerunning the build with stdout and stderr redirected to a file; do you want the entire contents, or just one specific portion? Shalon Wood -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

