Does OSX need an install of libmysqlclient15-dev? I\'m trying to compile a gem that is failing and a lot of sources says to install \"libmysqlclient15-dev\" but I only see t
If you are using the mysql dmg file to install mysql you will need to edit your ~/.bash_profile and include this:
export DYLD_LIBRARY_PATH=/usr/local/mysql/lib:$DYLD_LIBRARY_PATH