Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bundle requires version 30.0.0 or later, but libpng15.15.dylib provides version 27.0.0 #54

Open
cif opened this issue Apr 20, 2015 · 0 comments
Labels
Projects

Comments

@cif
Copy link

cif commented Apr 20, 2015

Apologies if this is a libpng issue and not phashion, but the error suggests a dependency version mismatch so I thought it worth a shot.

This is the last error I am getting running rake db:migrate

LoadError: dlopen(/Users/benipsen/.rvm/gems/ruby-2.1.2/bundler/gems/extensions/x86_64-darwin-13/2.1.0-static/phashion-73f9a01e87a3/phashion_ext.bundle, 9): Library not loaded: /usr/local/lib/libpng15.15.dylib
Referenced from: /Users/benipsen/.rvm/gems/ruby-2.1.2/bundler/gems/extensions/x86_64-darwin-13/2.1.0-static/phashion-73f9a01e87a3/phashion_ext.bundle
Reason: Incompatible library version:
phashion_ext.bundle requires version 30.0.0 or later, but libpng15.15.dylib provides version 27.0.0. 

I'm running OS X 10.10, Rails 4.2.1

Also worth mentioning - I had to copy libpng15.15.dylib from /opt/X11/lib to get this far, as the latest version installed from brew is 1.6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants