language: Other
licence: Other
Fix mysql lib paths
options: send to code collector • view all jfro's snippets
#!/bin/sh # this script fixes the botched install names within the standard install of MySQL from mysql.com pushd /usr/local/mysql/lib/ for i in *dylib ; do \ sudo install_name_tool -id $PWD/$i $i; \ done popd



library
shared (3)