Created
August 24, 2011 16:31
-
-
Save willwhite/1168468 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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