Fix error occured while installing sqlite3

Fix error occured while installing sqlite3

Ruby on Rails error on CentOS 6.2
gem install sqlite3 -v ‘1.3.5’
Installing sqlite3 (1.3.5) with native extensions
Gem::Installer::ExtensionBuildError: ERROR: Failed to build gem native extension
An error occured while installing sqlite3 (1.3.5), and Bundler cannot continue.
Make sure that `gem install sqlite3 -v ‘1.3.5’` succeeds before bundling

An error occured while installing sqlite3 (1.3.5), and Bundler cannot continue.Make sure that `gem install sqlite3 -v ‘1.3.5’` succeeds before bundling

Solution:

yum install sqlite-devel