Different day, same shit: MySQL Gem again
Again, the MySQL ruby gem totally annyoed me trying to install it on a fresh Mac OS X 10.5.5 install and MySQL 5.0.67.
This time the following command brought it to life:
sudo env ARCHFLAGS="-arch i386" gem install mysql -- \
--with-mysql-dir=/usr/local/mysql --with-mysql-lib=/usr/local/mysql/lib \
--with-mysql-include=/usr/local/mysql/include |
Thanks to a bitter software engineer.
Share This
Again, the MySQL ruby gem totally annyoed me trying to install it on a fresh Mac OS X 10.5.5 install and MySQL 5.0.67. This time the following command brought it...
— Trackback URI
This entry (permalink) was posted on Thursday, December 11, 2008, at 9:25 am by Michael, tagged with MySQL, Rails, Ruby and categorized in English posts, Rails.
The following post could be of some interest: Create reusable MySQL schema dumps, mysqldump / mysql tips, Ruby On Rails native MySQL Bindings Vs. RMagick, Oracle 11g: Default case-sensitive passwords, WordPress uptodate checker, MySql compatible AES encryption / decryption in Java, Schei� encoding: Java, MySQL and multi-byte UTF-8 support, Fixing hibernate “Cannot release connection” exception using DBCP and MySQL., Windows commercials, Ruby on Rails mit Mac OS X
One Comment
Genau den Mist habe ich gestern auch noch mal gesucht.
Post a Comment