Created
October 23, 2015 13:33
-
-
Save fxposter/78a088533b0cee1ccb11 to your computer and use it in GitHub Desktop.
slim-ruby mysql error
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Step 2 : RUN ! find /usr/local/bundle -iname '*.so' | xargs -I {} ldd {} | grep 'not found' | |
---> Running in 464610a57692 | |
libmysqlclient.so.18 => not found | |
libmysqlclient.so.18 => not found | |
libmysqlclient.so.18 => not found | |
2015/10/23 16:02:08 Failed to process json stream error: The command '/bin/sh -c ! find /usr/local/bundle -iname '*.so' | xargs -I {} ldd {} | grep 'not found'' returned a non-zero code: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment