DCSIMG
June 2011 - Posts - מקודד לשווא

June 2011 - Posts


תגובות

installing ruby mysql with native extensions on mac osx (64 bit) על ידי danielisimo

getting an error `<main>': undefined method `query' for #<Mysql:0x00000100913e20> or sort (also for methods init, each etc') are common for mysql ruby driver that is not installed correctly or without native extensions. to fix this issue just run the following commands: 1. brew install mysql-connector-c 2. sudo gem install mysql -- --with-mysql-lib=/usr/local/mysql/lib (/usr/local/mysql/lib is my local mysql installation folder) my stack is rvm / ruby 1.9.2 gem 1.8.5 mysql...
Powered by Community Server (Commercial Edition), by Telligent Systems