MySQL Forums
Forum List  »  Perl

Installing DBD:mysql
Posted by: Doug Anderson
Date: December 29, 2005 11:26AM

I am installing DBD for mysql on hp-ux 11.11 and the perl Makefile.PL works, but the make comes up with the following error:

LD_RUN_PATH="/disk1/mysql/lib:/usr/local/lib:/lib" /opt/perl/bin/perl myld gcc -shared -static-libgcc
-fPIC dbdimp.o mysql.o -o blib/arch/auto/DBD/mysql/mysql.sl -L/disk1/mysql/lib -lmysqlclient -lz -lcrypt -lnsl -lm
/usr/ccs/bin/ld: Invalid loader fixup in text space needed in output file for symbol "$00000037" in input file:
"/disk1/mysql/lib/libmysqlclient.a(libmysql.o)". Make sure it was compiled with +z/+Z.
collect2: ld returned 1 exit status
============================================================
How can I recompile libmysqlclient.a I don't have the file (that I know of) I am using gcc.

Or is the error caused by something else?

Options: ReplyQuote


Subject
Written By
Posted
Installing DBD:mysql
December 29, 2005 11:26AM
January 06, 2006 04:45PM
January 29, 2006 08:54AM
February 18, 2006 08:24PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.