From: Date: November 1 2003 11:46am Subject: Re: DBD::mysql install issues on HPUX 11.0 List-Archive: http://lists.mysql.com/perl/2544 Message-Id: <3FA38F0D.6000708@ispsoft.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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