An error occurred while installing mysql2 (0.4.8), and Bundler cannot continue

后端 未结 5 871
慢半拍i
慢半拍i 2020-12-30 23:08

How can I fix this error in ruby on rail.

source \'https://rubygems.org\'

git_source(:github) do |repo_name|
  repo_name = \"#{repo_name}/#{repo_name}\" unl         


        
5条回答
  •  感情败类
    2020-12-30 23:55

    Ubuntu 18

    You may need to install

    sudo apt-get install libssl-dev
    

    as in This answer

提交回复
热议问题