bundler fails due to missing libmysqlclient-dev package on Ubuntu
Created by: terrywang
Environment: Ubuntu 12.10 amd64 vanilla install
Followed the installation.md, the install process was smooth until installing gems using bundler sudo -u gitlab -H bundle install --deployment --without development test postgres
it failed due to not being able to install gem mysql2
.
Some quick research revealed that the libmysqlclient-dev
package is required to install mysql2 gem (native, needs to be compiled).
I think it's good to add a note in the installation.md so as to eliminate the error and save time;-)
I recommend adding libmysqlclient-dev
into Packages / Dependencies - Install the required packages section.
Thanks guys for the good job;-)