Created
September 3, 2009 23:26
-
-
Save dtolj/180610 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
gem install mysql -- --with-mysql-config=/usr/bin/mysql_config | |
Building native extensions. This could take a while... | |
Successfully installed mysql-2.8.1 | |
1 gem installed | |
Installing ri documentation for mysql-2.8.1... | |
No definition for next_result | |
No definition for field_name | |
No definition for field_table | |
No definition for field_def | |
No definition for field_type | |
No definition for field_length | |
No definition for field_max_length | |
No definition for field_flags | |
No definition for field_decimals | |
No definition for time_inspect | |
No definition for time_to_s | |
No definition for time_get_year | |
No definition for time_get_month | |
No definition for time_get_day | |
.... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment