Skip to content

Instantly share code, notes, and snippets.

@willwhite
Created August 24, 2011 16:31
Show Gist options
  • Save willwhite/1168468 to your computer and use it in GitHub Desktop.
Save willwhite/1168468 to your computer and use it in GitHub Desktop.
for i in $(ls lib/input/*input); do install_name_tool -change /usr/local/lib/libmapnik2.dylib; @loader_path/../libmapnik$SONAME.dylib $i; done;
install_name_tool: missing argument(s) to: -change option
Usage: install_name_tool [-change old new] ... [-rpath old new] ... [-add_rpath new] ... [-delete_rpath old] ... [-id name] input
-bash: @loader_path/../libmapnik2.dylib: No such file or directory
install_name_tool: missing argument(s) to: -change option
Usage: install_name_tool [-change old new] ... [-rpath old new] ... [-add_rpath new] ... [-delete_rpath old] ... [-id name] input
-bash: @loader_path/../libmapnik2.dylib: No such file or directory
install_name_tool: missing argument(s) to: -change option
Usage: install_name_tool [-change old new] ... [-rpath old new] ... [-add_rpath new] ... [-delete_rpath old] ... [-id name] input
-bash: @loader_path/../libmapnik2.dylib: No such file or directory
install_name_tool: missing argument(s) to: -change option
Usage: install_name_tool [-change old new] ... [-rpath old new] ... [-add_rpath new] ... [-delete_rpath old] ... [-id name] input
-bash: @loader_path/../libmapnik2.dylib: No such file or directory
install_name_tool: missing argument(s) to: -change option
Usage: install_name_tool [-change old new] ... [-rpath old new] ... [-add_rpath new] ... [-delete_rpath old] ... [-id name] input
-bash: @loader_path/../libmapnik2.dylib: No such file or directory
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment