Skip to content

Instantly share code, notes, and snippets.

@wbotelhos
Created September 8, 2012 16:15
Show Gist options
  • Select an option

  • Save wbotelhos/3676625 to your computer and use it in GitHub Desktop.

Select an option

Save wbotelhos/3676625 to your computer and use it in GitHub Desktop.
Library not loaded: libmysqlclient.18.dylib (LoadError)
# solve with symbolic link
sudo ln -s /usr/local/mysql/lib/libmysqlclient.18.dylib /usr/lib/libmysqlclient.18.dylib
# solve with classpath
export DYLD_LIBRARY_PATH=/usr/local/mysql/lib:$DYLD_LIBRARY_PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment