Fix for 1016127: DBD::mysql install hint for OpenSolaris

This commit is contained in:
Brian Fraser
2012-08-02 09:52:42 -03:00
parent cc3826f665
commit 840ea44e71

View File

@@ -291,7 +291,7 @@ sub get_dbh {
. "that Perl searches for DBI. If DBI is not installed, try:\n"
. " Debian/Ubuntu apt-get install libdbi-perl\n"
. " RHEL/CentOS yum install perl-DBI\n"
. " OpenSolaris pgk install pkg:/SUNWpmdbi\n";
. " OpenSolaris pkg install pkg:/SUNWpmdbi\n";
}