File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 33
44def asplode lib
55 if RUBY_PLATFORM =~ /mingw|mswin/
6- abort "-----\n #{ lib } is missing. please check your installation of mysql and try again.\n -----"
6+ abort "-----\n #{ lib } is missing. Check your installation of MySQL or Connector/C, and try again.\n -----"
77 elsif RUBY_PLATFORM =~ /darwin/
8- abort "-----\n #{ lib } is missing. Try 'brew install mysql', check your installation of mysql and try again.\n -----"
8+ abort "-----\n #{ lib } is missing. You may need to 'brew install mysql' or 'port install mysql', and try again.\n -----"
99 else
10- abort "-----\n #{ lib } is missing. Try 'apt-get install libmysqlclient-dev' or
11- 'yum install mysql-devel', check your installation of mysql and try again.\n -----"
10+ abort "-----\n #{ lib } is missing. You may need to 'apt-get install libmysqlclient-dev' or 'yum install mysql-devel', and try again.\n -----"
1211 end
1312end
1413
You can’t perform that action at this time.
0 commit comments