Skip to content

Instantly share code, notes, and snippets.

@pzula
Created March 11, 2014 12:08
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 pzula/9484355 to your computer and use it in GitHub Desktop.
Save pzula/9484355 to your computer and use it in GitHub Desktop.
psych-bundle
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