I am trying to install DBD::mysql and I am getting thousands of warnings and errors when I install like this:
perl -MCPAN -e 'install DBD::mysql'
The errors are like:
dbdimp.c:3215 error: 'imp_sth_t' has no member named 'warning_count'
Then at the end it says:
make had returned a bad status, install seems impossible
This also fails:
perl -MCPAN -e 'install Geo::IP::PurePerl'