Skip to content

Instantly share code, notes, and snippets.

@zhm
Created July 18, 2012 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zhm/3134371 to your computer and use it in GitHub Desktop.
Save zhm/3134371 to your computer and use it in GitHub Desktop.
Patch ESRI FileGDB dylibs
$ install_name_tool -id "$(pwd)/lib/libFileGDBAPI.dylib" ./lib/libFileGDBAPI.dylib
$ install_name_tool -change "@rpath/libfgdbunixrtl.dylib" "$(pwd)/lib/libfgdbunixrtl.dylib" ./lib/libFileGDBAPI.dylib
$ install_name_tool -id "$(pwd)/lib/libfgdbunixrtl.dylib" ./lib/libfgdbunixrtl.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment