jnraine / munkiserver

Visit https://github.com/munkiserver/munkiserver for active development — this repository is no longer maintained
85 stars 27 forks source link

Installation #164

Closed jridsdale closed 11 years ago

jridsdale commented 11 years ago

Sorry for this basic question, when running "bundle install" on CentOS I receive the following error: An error occurred while installing mysql2 (0.3.11), and Bundle cannot continue.. Make sure that 'gem install mysql2 -v '0.3.11' `succeeds before bundling..

As far as I can tell, I have followed your instructions by the letter.

Any help would be greatly appreciated.

Kind regards,

--James.

jnraine commented 11 years ago

Hey James,
No worries. Gems with native libraries can be very tricky to install.

Your system is likely missing some dependencies needed to build the native C extensions in mysql2.

This might get you moving in the right direction: http://james.brr-baa.co.uk/installing-mysql2-ruby-gem-on-centos-5

Jordan

On Thursday, 24 January, 2013 at 6:53 AM, jridsdale wrote:

Sorry for this basic question, when running "bundle install" on CentOS I receive the following error: An error occurred while installing mysql2 (0.3.11), and Bundle cannot continue.. Make sure that 'gem install mysql2 -v '0.3.11' `succeeds before bundling.. As far as I can tell, I have followed your instructions by the letter. Any help would be greatly appreciated. Kind regards, --James.

— Reply to this email directly or view it on GitHub (https://github.com/jnraine/munkiserver/issues/164).

rickychilcott commented 11 years ago

Not a bug, per se. Closing