MySQL Forums
Forum List  »  Perl

Re: HELP! DBD::mysql on solaris
Posted by: Marian Lander
Date: June 09, 2008 08:58AM

Well, before you install DBD::Mysql you need to have already installed a few dependencies :

1 - Mysql includes and Libs
2 - DBI perl Module

You firts need Mysql already installed in your Sun, (If it's already shipped with Opensolaris skip this step). Second open CPAN shell and install DBI. If it gives you error when 'testing' force it, with:

cpan> force install DBI

After that install DBD::Mysql

cpan> force install DBD::Mysql

This should work, it worked for me.

Options: ReplyQuote


Subject
Written By
Posted
Re: HELP! DBD::mysql on solaris
June 09, 2008 08:58AM


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.