libmysqlclient.so.18: cannot open shared object file: No such file or directory
问题 I'm currently trying to AWS Lambda a Ruby application. I was having issues installing mysql2 , when I ran bundle install I was getting the following error: An error occurred while installing mysql2 (0.5.2), and Bundler cannot continue. Make sure that `gem install mysql2 -v '0.5.2' --source 'https://rubygems.org/'` succeeds before bundling I came across a Stackoverflow post to create a Docker container to load the dependencies, here is the post. Cannot load file mysql2 on AWS Lambda I followed