无法安装mysql2-0.3.11

无法安装mysql2-0.3.11,mysql,ruby-on-rails,ruby,gitlab,Mysql,Ruby On Rails,Ruby,Gitlab,您好我想在Debian 7.0上安装Gitlab当我想安装捆绑包时,我收到了以下错误信息mysql2-0.3.11 root@v22013051598612672:/home/git/gitlab# gem install mysql2 -v '0.3.11' Fetching: mysql2-0.3.11.gem (100%) Building native extensions. This could take a while... ERROR: Erro

您好
我想在Debian 7.0上安装Gitlab当我想安装捆绑包时,我收到了以下错误信息mysql2-0.3.11

    root@v22013051598612672:/home/git/gitlab# gem install mysql2 -v '0.3.11'
    Fetching: mysql2-0.3.11.gem (100%)
    Building native extensions.  This could take a while...
    ERROR:  Error installing mysql2:
    ERROR: Failed to build gem native extension.

    /usr/local/bin/ruby extconf.rb
    checking for rb_thread_blocking_region()... yes
    checking for rb_wait_for_single_fd()... yes
    checking for mysql_query() in -lmysqlclient... no
    checking for main() in -lm... yes
    checking for mysql_query() in -lmysqlclient... no
    checking for main() in -lz... yes
    checking for mysql_query() in -lmysqlclient... no
    checking for main() in -lsocket... no
    checking for mysql_query() in -lmysqlclient... no
    checking for main() in -lnsl... yes
    checking for mysql_query() in -lmysqlclient... no
    checking for main() in -lmygcc... no
    checking for mysql_query() in -lmysqlclient... no
    *** extconf.rb failed ***
    Could not create Makefile due to some reason, probably lack of
    necessary libraries and/or headers.  Check the mkmf.log file for more
    details.  You may need configuration options.



   Gem files will remain installed in /usr/local/lib/ruby/gems/1.9.1 /gems/mysql2-0.3.11 for inspecti                                                on.
   Results logged to /usr/local/lib/ruby/gems/1.9.1/gems/mysql2-0.3.11/ext/mysql2/gem_make.out
我有你的主意

制造商用户2182545(ternes3)


PS:GitLAB需要它

请尝试通过
apt get install mysql server libmysqlclient libmysqlclient dev mysql client mysql common安装mysql+库
即使在
gem install mysql2
apt get install libmysqlclient dev

但它还补充说:

编辑:解决了

检查这是否是Debian上实际缺失的部分

sudo apt-get install libmariadbclient16-dev