Created
March 11, 2014 12:08
-
-
Save pzula/9484355 to your computer and use it in GitHub Desktop.
psych-bundle
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
pzula checkerboard (master) ✨ otool -L /Users/pzula/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-darwin13.0/psych.bundle | |
/Users/pzula/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/x86_64-darwin13.0/psych.bundle: | |
/Users/pzula/.rvm/rubies/ruby-2.1.1/lib/libruby.2.1.0.dylib (compatibility version 2.1.0, current version 2.1.0) | |
/usr/local/lib/libyaml-0.2.dylib (compatibility version 3.0.0, current version 3.3.0) | |
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 1197.1.1) | |
/usr/lib/libobjc.A.dylib (compatibility version 1.0.0, current version 228.0.0) | |
pzula checkerboard (master) ✨ find /usr/local -name libyaml*.dylib | |
/usr/local/Cellar/libyaml/0.1.4/lib/libyaml-0.2.dylib | |
/usr/local/Cellar/libyaml/0.1.4/lib/libyaml.dylib | |
/usr/local/Cellar/libyaml/0.1.5/lib/libyaml-0.2.dylib | |
/usr/local/Cellar/libyaml/0.1.5/lib/libyaml.dylib | |
/usr/local/heroku/ruby/lib/libyaml-0.2.dylib | |
/usr/local/heroku/ruby/lib/libyaml.dylib | |
find: /usr/local/var/run/nginx/client_body_temp: Permission denied | |
find: /usr/local/var/run/nginx/fastcgi_temp: Permission denied | |
find: /usr/local/var/run/nginx/proxy_temp: Permission denied | |
find: /usr/local/var/run/nginx/scgi_temp: Permission denied | |
find: /usr/local/var/run/nginx/uwsgi_temp: Permission denied | |
pzula checkerboard (master) ✨ yaml_name=$( pkg-config --list-all | awk '/^yaml[- ]/{print $1}' ) | |
bash: pkg-config: command not found | |
pzula checkerboard (master) ✨ echo $yaml_name | |
pzula checkerboard (master) ✨ pkg-config $yaml_name --variable=prefix | |
bash: pkg-config: command not found | |
pzula checkerboard (master) ✨ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment