MySQL Forums
Forum List  »  Perl

Re: errors making DBD::mysql on AIX 5.2
Posted by: Michael Lambert
Date: January 08, 2007 02:17PM

Try adding the "-G" flag to the options passed to the linker daemon. AIX handles run-time linking differently than other *nix systems and that flag cleared up similar errors that I experienced when attempting to build DBD.

In my case, I added the "-G" flag to the generated Makefile such that the effected lines read:

LDDLFLAGS = -G -bhalt:4 -bM:SRE -bI:$(PERL_INC)/perl.exp -bE:$(BASEEXT).exp -bnoentry -lpthreads -lc_r

LDFLAGS = -G -brtl -b32 -bmaxdata:0x80000000

Options: ReplyQuote


Subject
Written By
Posted
Re: errors making DBD::mysql on AIX 5.2
January 08, 2007 02:17PM


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.