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