Re: errors making DBD::mysql on AIX 5.2
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
Subject
Written By
Posted
February 24, 2006 12:48PM
February 27, 2006 08:11PM
December 07, 2006 04:11AM
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.