I am unable to install the perl module DBI::mysql onto my red hat 7.2 machine. The error message says that mysql is not installed, even though I know for certain that it is. Has anyone else had this problem?
If you're using CPAN, install the DBI module first.
cpan> install DBI
This provides the standard set of programming functions for querying a variety of DBs.
Then install the MySQL DBD module.
cpan> install DBD::mysql ------------------------------------------------------------------
It's important to think. It's what separates us from lentils.
/me would rather eat broken glass than use RPMs! ;-) ------------------------------------------------------------------
It's important to think. It's what separates us from lentils.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.