Created
February 9, 2009 06:48
-
-
Save sunfmin/60685 to your computer and use it in GitHub Desktop.
This file contains 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
Felix:~ sunfmin$ sudo gem install mysql | |
Building native extensions. This could take a while... | |
ERROR: Error installing mysql: | |
ERROR: Failed to build gem native extension. | |
/opt/local/bin/ruby extconf.rb install mysql | |
checking for mysql_query() in -lmysqlclient... no | |
checking for main() in -lm... yes | |
checking for mysql_query() in -lmysqlclient... no | |
checking for main() in -lz... yes | |
checking for mysql_query() in -lmysqlclient... no | |
checking for main() in -lsocket... no | |
checking for mysql_query() in -lmysqlclient... no | |
checking for main() in -lnsl... no | |
checking for mysql_query() in -lmysqlclient... no | |
Gem files will remain installed in /opt/local/lib/ruby/gems/1.8/gems/mysql-2.7 for inspection. | |
Results logged to /opt/local/lib/ruby/gems/1.8/gems/mysql-2.7/gem_make.out | |
This file contains 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
Felix:~/Developments/piqshare sunfmin$ sudo gem install mysql -- --with-mysql-config=/opt/local/bin/mysql_config5 | |
Building native extensions. This could take a while... | |
Successfully installed mysql-2.7 | |
1 gem installed | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment