- 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
Ld Library Not Found For Lssl
I’ve come across this error several times throughout my development career so I figured it was finally time to write it down.
Scenario
Ld Library Not Found For Lssl Mysql Download
Sohail9689 commented on Oct 24, 2019. Go to this site to download the package according to the python version. And use pip install filename. Like i have python 3.7.1 and download the file in red circle and open terminal where file downloaded and install that file e.g pip install mysqlclient-1.4.4-cp37-cp37m-win32.whl. Thrift; THRIFT-2799; Build Problem(s): ld: library not found for -l:libboostunittestframework.a.
Whenever I try to install certain versions of the mysql2
gem in a Ruby on Rails application, I get the following error:
Solution
In order to fix this issue on macOS, first make sure that you have cmake
installed.
Then you can install the gem via the following command:
Hope this helps save someone some time!