Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2012
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. ubuntu@ip-10-252-56-122:/etc/mysql$ sudo gem install mysql2
  2. Building native extensions. This could take a while...
  3. ERROR: Error installing mysql2:
  4. ERROR: Failed to build gem native extension.
  5.  
  6. /usr/bin/ruby1.9.1 extconf.rb
  7. checking for rb_thread_blocking_region()... yes
  8. checking for rb_wait_for_single_fd()... yes
  9. checking for mysql.h... yes
  10. checking for errmsg.h... yes
  11. checking for mysqld_error.h... yes
  12. creating Makefile
  13.  
  14. make
  15. sh: 1: make: not found
  16.  
  17.  
  18. Gem files will remain installed in /var/lib/gems/1.9.1/gems/mysql2-0.3.11 for inspection.
  19. Results logged to /var/lib/gems/1.9.1/gems/mysql2-0.3.11/ext/mysql2/gem_make.ou
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement