Guest User

Untitled

a guest
Jun 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. [root@ruby myapp]# gem install sqlite3-ruby
  2. Building native extensions. This could take a while...
  3. ERROR: Error installing sqlite3-ruby:
  4. ERROR: Failed to build gem native extension.
  5.  
  6. /usr/local/bin/ruby extconf.rb install sqlite3-ruby
  7. checking for fdatasync() in -lrt... yes
  8. checking for sqlite3.h... no
  9.  
  10. make
  11. make: *** No rule to make target `ruby.h', needed by `sqlite3_api_wrap.o'. Stop.
  12.  
  13.  
  14. Gem files will remain installed in /usr/local/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.4 for inspection.
  15. Results logged to /usr/local/lib/ruby/gems/1.8/gems/sqlite3-ruby-1.2.4/ext/sqlite3_api/gem_make.out
  16. [root@ruby myapp]#
Add Comment
Please, Sign In to add comment