in reply to Installing DBD::mysql for non-system Perl (CentOS)

As far as i remember you should have installed mySQL and mysql_config should be in your PATH before you build the module. Should work imho with perlbrew and cpanm.

Update: Links added.

Regards, Karl

«The Crux of the Biscuit is the Apostrophe»

  • Comment on Re: Installing DBD::mysql for non-system Perl (CentOS)

Replies are listed 'Best First'.
Re^2: Installing DBD::mysql for non-system Perl (CentOS)
by mkchris (Sexton) on Jul 14, 2015 at 14:30 UTC
    Thank you for that - turns out I needed the dev libraries installed, which I didn't have yet. All sorted, thanks!