- Ld Library Not Found For Lssl Mac Mysql Tutorial
- Ld Library Not Found For Lssl
- Mac Library Not Found For Lssl
- Share:
- Please consider sharing 🙏
- Published At:
- Dec 11th, 2020
- Tags:
- #ruby, #rails, #mysql, #gem
- Next:
- Ruby's Shovel Method: Digging Deeper
- Previous:
- Webpacker 6: Tutorial Setup
I’ve come across this error several times throughout my development career so I figured it was finally time to write it down.
Scenario
Whenever I try to install certain versions of the mysql2
gem in a Ruby on Rails application, I get the following error:
Ld: library not found for -lXXXXX 的解决方法 团队开发的时候每次更新后都有可能碰到各种各样的问题,昨天同事对项目结构做了些修改,更新后编译就遇到下面的情况: ld: library not found for -lAFNetworking 这个错误是说编译时找不到AFNetworking这个链接库,但是我在项目. #externals - Opening PHP's #internals to the outside. Hi, I am compiling MariaDB 10.2.6 and PHP 7.1.6. I'm trying it on Debian 8.8 32x / x64 on DigitalOcean.
Solution
Ld Library Not Found For Lssl Mac Mysql Tutorial
In order to fix this issue on macOS, first make sure that you have cmake
installed.
Ld Library Not Found For Lssl
Then you can install the gem via the following command:
Hope this helps save someone some time!