Skip to content

Bcrypt 3.1.7 - Cannot load file on Windows #102

@miguelpeniche

Description

@miguelpeniche

Bcrypt stoped working for everything i am using in my app, in my case gems like Devise and Friendly_id are dependant of bcrypt, and them are not working anymore.

For the purpose of showing the error to you, i just create a new app named pr, uncomment the Gemfile line

gem 'bcrypt', '~> 3.1.7'

Then run command

bundle install

And trying to start the server

rails s

It explodes bad time! With the error

C:/Ruby21/lib/ruby/gems/2.1.0/gems/bcrypt-3.1.7-x86-mingw32/lib/bcrypt.rb:16:in `require': cannot load such file -- bcrypt_ext (LoadError)

This is the screenshot

captura de pantalla 2014-10-22 17 27 57

I am using the next:

  • Window 7 64 bits system
  • Rails 4.1.6
  • ruby 2.1.3p242 (2014-09-19 revision 47630) [i386-mingw32]

Hope there is some fix for this issue soon.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions