Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@mferrier
Created July 3, 2011 18:56
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 mferrier/1062483 to your computer and use it in GitHub Desktop.
Save mferrier/1062483 to your computer and use it in GitHub Desktop.
dyld: lazy symbol binding failed: Symbol not found: _png_sig_cmp
Referenced from: /usr/local/rvm/gems/ruby-1.8.7-p330@default/gems/phashion-1.0.3/lib/phashion_ext.bundle
Expected in: flat namespace
dyld: Symbol not found: _png_sig_cmp
Referenced from: /usr/local/rvm/gems/ruby-1.8.7-p330@default/gems/phashion-1.0.3/lib/phashion_ext.bundle
Expected in: flat namespace
require 'rubygems'
require 'phashion'
a = Phashion::Image.new('./a.png')
o = Phashion::Image.new('./o.png')
puts a.duplicate?(o)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment