Advertisement
Guest User

Untitled

a guest
Jan 2nd, 2016
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. gem install bcrypt -v '3.1.10'
  2.  
  3. current directory: /usr/local/rvm/gems/ruby-2.3.0@app2/gems/bcrypt-3.1.10/ext/mri
  4. make "DESTDIR="
  5. compiling bcrypt_ext.c
  6. compiling crypt_blowfish.c
  7. compiling wrapper.c
  8. compiling crypt.c
  9. compiling crypt_gensalt.c
  10. linking shared-object bcrypt_ext.so
  11. /usr/bin/ld: cannot find -lgmp
  12. collect2: error: ld returned 1 exit status
  13. make: *** [bcrypt_ext.so] Error 1
  14.  
  15. make failed, exit code 2
  16.  
  17. sudo apt-get update
  18.  
  19. sudo apt-get install curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties libffi-dev make g++ gcc
  20.  
  21. vagrant@vagrant-ubuntu-trusty-64:/vagrant$ ruby -v
  22. ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-linux]
  23. vagrant@vagrant-ubuntu-trusty-64:/vagrant$ rvm -v
  24. rvm 1.26.11 (stable) by Wayne E. Seguin <wayneeseguin@gmail.com>, Michal Papis <mpapis@gmail.com> [https://rvm.io/]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement