When I do gem install mysql -v '2.8.1' no errors. The output is "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... Installing RDoc documentation for mysql-2.8.1..."
When I do bundle install in the created blog I am getting an error message \ "Gem files will remain installed in /root/blog/mysql/ruby/1.8/gems/mysql-2.8.1 for inspection. Results logged to /root/blog/mysql/ruby/1.8/gems/mysql-2.8.1/ext/mysql_api/gem_make.out An error occured while installing mysql (2.8.1), and Bundler cannot continue. Make sure that `gem install mysql -v '2.8.1'` succeeds before bundling." and also Iam getting an unique error when I run the command $rake db:create Pl advice. Thanks, V. Karthick On Wed, Feb 8, 2012 at 1:49 PM, Shrinivasan T <[email protected]>wrote: > Did you try the following? > `gem install mysql -v '2.8.1'` > > as mentioned in the error message? > > What is the output? > > > > > -- > Regards, > T.Shrinivasan > > > My Life with GNU/Linux : http://goinggnu.wordpress.com > Free/Open Source Jobs : http://fossjobs.in > > Get CollabNet Subversion Edge : http://www.collab.net/svnedge > _______________________________________________ > ILUGC Mailing List: > http://www.ae.iitm.ac.in/mailman/listinfo/ilugc > -- Thanks, V. Karthick My Experience shared in : http://vkarthickeyan.wordpress.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
