MySQL Forums
Forum List  »  Perl

Re: errors making DBD::mysql on AIX 5.2
Posted by: Bill Karwin
Date: April 12, 2006 05:01PM

What do you get when you run the Perl command:

perl -MConfig '{print "$Config{'cc'}\n";}'

I am going to predict it's gcc. On AIX, it might also be xlc. In any case, you probably need to build Perl extensions with the same compiler that was used to build perl.

Regards,
Bill K.

Options: ReplyQuote


Subject
Written By
Posted
Re: errors making DBD::mysql on AIX 5.2
April 12, 2006 05:01PM


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.