mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-01 18:25:59 +00:00
Fix for 1016127: DBD::mysql install hint for OpenSolaris
This commit is contained in:
@@ -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";
|
||||
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user