[rspec-users] Error running RSpec on RVM OSX Lion

2012-04-11 Thread Ryan Macy
/Users/ryanmacy/.rvm/gems/ruby-1.9.2-p318/gems/ffi-1.0.11/lib/ffi/
library.rb:121:in `block in ffi_lib': Could not open library '/usr/lib/
liblpcapi_ssl.so': dlopen(/usr/lib/liblpcapi_ssl.so, 5): image not
found (LoadError)
from /Users/ryanmacy/.rvm/gems/ruby-1.9.2-p318/gems/ffi-1.0.11/lib/
ffi/library.rb:88:in `map'
from /Users/ryanmacy/.rvm/gems/ruby-1.9.2-p318/gems/ffi-1.0.11/lib/
ffi/library.rb:88:in `ffi_lib'


I've tried searching around for the liblpcapi_ssl library with no luck.
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users


Re: [rspec-users] Error running RSpec on RVM OSX Lion

2012-04-11 Thread David Chelimsky
On Tue, Apr 10, 2012 at 5:28 PM, Ryan Macy ryan.m...@borderjump.com wrote:
 /Users/ryanmacy/.rvm/gems/ruby-1.9.2-p318/gems/ffi-1.0.11/lib/ffi/
 library.rb:121:in `block in ffi_lib': Could not open library '/usr/lib/
 liblpcapi_ssl.so': dlopen(/usr/lib/liblpcapi_ssl.so, 5): image not
 found (LoadError)
        from /Users/ryanmacy/.rvm/gems/ruby-1.9.2-p318/gems/ffi-1.0.11/lib/
 ffi/library.rb:88:in `map'
        from /Users/ryanmacy/.rvm/gems/ruby-1.9.2-p318/gems/ffi-1.0.11/lib/
 ffi/library.rb:88:in `ffi_lib'


 I've tried searching around for the liblpcapi_ssl library with no luck.

I'm not familiar with liblpcapi_ssl, but every line in that backtrace
references ffi. I'd recommend submitting an issue to
https://github.com/ffi/ffi/issues or contacting one of the maintainers
(I don't see a mailing list listed in the project README:
https://github.com/ffi/ffi).

HTH,
David
___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/rspec-users