I am a php programmer, learning ruby on rails
I am using ubuntu 10.10. i am not so fine with linux.
i have installed ruby, gems etc.
I want to make app with using mysql.
I have used $ rails new clogs_web_app -d mysql to make app but
the process stops with this statement Gem::Installer::ExtensionBuildError:
ERROR: Failed to build gem native extension.
it give me error : *
An error occurred while installing mysql2 (0.3.11), and Bundler cannot
continue.
Make sure that gem install mysql2 -v '0.3.11' succeeds before
bundling.*
On Tue, Dec 25, 2012 at 6:40 AM, Ashvin Gargave [email protected] wrote:
ERROR: Failed to build gem native extension.
it give me error :
An error occurred while installing mysql2 (0.3.11), and Bundler cannot
continue.
Make sure that gem install mysql2 -v '0.3.11' succeeds before bundling.
I’ll bet that message also referenced a log file for the installation
process; have you looked at it?
You need to install ruby-Dev and mysql-Dev packages.
sudo apt-get install ruby-Dev mysql-dev
Could also be Devel instead of Dev, not sure about that at the moment.
Also it may be that you have to purge and reinstall ruby after that to
get
it working. This part is covered in any ruby with Ubuntu tutorial I am
aware of.
Another one is that you really shouldn’t use 10.10 any more. 12.04 is
the
latest Ubuntu with Long Term Support. 10.10 not supported anymore as far
as
I remember.
Am 25.12.2012 17:46 schrieb “Ashvin Gargave”
<[email protected]