MySQL Forums
Forum List  »  Perl

Re: errors making DBD::mysql on AIX 5.2
Posted by: Michael Lambert
Date: January 09, 2007 08:49AM

Whoops. The use of "-G" implies the flag "-berrok," which was just hiding the unresolved symbol errors until I ran a "make test."

After too much digging, I found that the error was caused by my attempt to compile the 32-bit DBD code against the 64-bit MySQL binary that was installed on the system. After downloading and installing the 32-bit MySQL binary for AIX, I was able to successfully build DBD::MySQL without touching the Makefile. Just be sure to point the configure script to the correct, 32-bit, MySQL directory.

Options: ReplyQuote


Subject
Written By
Posted
Re: errors making DBD::mysql on AIX 5.2
January 09, 2007 08:49AM


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.