Re: DBD:mysql install problem
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
Subject
Written By
Posted
November 15, 2007 01:37PM
November 15, 2007 04:29PM
November 16, 2007 05:21AM
Re: DBD:mysql install problem
November 18, 2007 03:45PM
Sorry, you can't reply to this topic. It has been closed.
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
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.