Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试bundle install从 GitHub 中提取的 Rails 项目。但是,我在这个问题上运行。这是我的Gemfile。
bundle install
我不能让它工作。任何意见这里可能会出现什么问题?
谢谢!
在 ubuntu 上,您需要使用以下命令安装 libmysqlclient-dev 包
sudo apt-get install libmysqlclient-dev
您需要安装 mysql 开发包来编译本机扩展。