1 Nov 2003 11:46
Re: DBD::mysql install issues on HPUX 11.0
Jochen Wiedmann <joe <at> ispsoft.de>
2003-11-01 10:46:37 GMT
2003-11-01 10:46:37 GMT
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 -- -- MySQL Perl Mailing List For list archives: http://lists.mysql.com/perl To unsubscribe: http://lists.mysql.com/perl?unsub=gcdmp-msql-mysql-modules <at> m.gmane.org(Continue reading)
RSS Feed