From: Jonathan Nielsen Date: 2010-01-16T13:47:51+09:00 Subject: Re: Not able to create using rake Did the mysql gem install properly? Try installing the mysql client development headers $ sudo apt-get install libmysqlclient-dev then reinstall the mysl gem $ sudo gem install mysql -Jonathan Nielsen