MySQL Forums
Forum List  »  Perl

Re: DBD:mysql install problem
Posted by: Christopher Brown
Date: November 18, 2007 03:45PM

Chris,

I just worked through this same problem on Solaris 10. And it works for 32- and 64- bit builds of Perl and MySQL but requires two edits of the Makefile

Here is what I recommend.

* perl Makefile.PL
* In resulting 'Makefile'

Change all instances of
'-xarch=v9'
to either
'-m64 -mcpu=v9' # for 64-bit build
'-m32 -mcpu=v9' # for 32-bit build

Remove the '-mt' flag from the INCLUDE configuration

* make
* make test # Optional but requires testuser and testpasswd
* make install

I will try and watch this thread to see if you need more help.

Best,

Chris

Options: ReplyQuote


Subject
Written By
Posted
November 15, 2007 01:37PM
Re: DBD:mysql install problem
November 18, 2007 03:45PM


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.