2 messages in com.mysql.lists.perlRe: HP-UX 11.11 DBD-2.9004 Invalid Lo...
FromSent OnAttachments
Briggs, Patrick20 Dec 2004 12:03 
Jochen Wiedmann21 Dec 2004 13:49 
Subject:Re: HP-UX 11.11 DBD-2.9004 Invalid Loader Fixup Error
From:Jochen Wiedmann (joch@gmail.com)
Date:12/21/2004 01:49:47 PM
List:com.mysql.lists.perl

Briggs, Patrick wrote:

error from the linker that says "Invalid loader fixup in text space needed in output file for symbol "pipe_sig_handler" in input file "/opt/mysql/lib/mysql/libmysqlclient.a(libmysql.o)"

I have really no experience with HP/UX. The only thing that seems to me to be questionable, is this:

Dynamic Linking: dlsrc=dl_hpux.xs, dlext=sl, d_dlsymun=undef, ccdlflags='-Wl,-E -Wl,-B,deferred ' cccdlflags='-fPIC', lddlflags='-b -L/usr/local/lib'

-fPIC (compiling for large dynamic libraries) is present. Good.

libs (mysql_config) = -L/opt/mysql/lib/mysql -lmysqlclient -lcrypt -lnsl -lm -L/usr/local/lib -lz

But here it is missing. No idea, whether you need it.

Jochen