Skip to content

Instantly share code, notes, and snippets.

@zirosas
Created January 15, 2014 21:09
Show Gist options
  • Select an option

  • Save zirosas/8444740 to your computer and use it in GitHub Desktop.

Select an option

Save zirosas/8444740 to your computer and use it in GitHub Desktop.
Rails + MySQL on OSX : Library not loaded: libmysqlclient.18.dylib
sudo ln -s /usr/local/mysql/lib/libmysqlclient.18.dylib /usr/lib/libmysqlclient.18.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment