7 messages in com.mysql.lists.perlRe: DBD::mysql install issues on HPUX...
FromSent OnAttachments
Keith Paschal31 Oct 2003 14:01 
Jochen Wiedmann01 Nov 2003 02:46 
Keith Paschal03 Nov 2003 16:50 
Jochen Wiedmann03 Nov 2003 22:15 
Kangara, Madhu04 Nov 2003 08:43 
Keith Paschal04 Nov 2003 11:36 
Jochen Wiedmann05 Nov 2003 04:09 
Subject:Re: DBD::mysql install issues on HPUX 11.0
From:Jochen Wiedmann (jo@ispsoft.de)
Date:11/01/2003 02:46:15 AM
List:com.mysql.lists.perl

Keith Paschal wrote:

libs (mysql_config) = -L/other/mysql/lib -lmysqlclient -lcrypt -lnsl -lm

[...]

/usr/bin/ld: Invalid loader fixup in text space needed in output file for symbol "$0000004B" in input file: "/other/mysql/lib/libmys qlclient.a(libmysql.o)". Make sure it was compiled with +z/+Z. *** Error exit code 1

The message says it all: Try using the option

--libs="-L/other/mysql/lib -lmysqlclient -lcrypt -lnsl -lm +z"

or

--libs="-L/other/mysql/lib -lmysqlclient -lcrypt -lnsl -lm +Z"

when running "perl Makefile.PL".

Jochen