Guest User

Untitled

a guest
May 24th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. ## merb install
  2. # gem install merb
  3. Building native extensions. This could take a while...
  4. ERROR: Error installing merb:
  5. ERROR: Failed to build gem native extension.
  6.  
  7. /usr/local/bin/ruby18 extconf.rb install merb
  8. checking for sqlite3.h... no
  9. *** extconf.rb failed ***
  10. Could not create Makefile due to some reason, probably lack of
  11. necessary libraries and/or headers. Check the mkmf.log file for more
  12. details. You may need configuration options.
  13.  
  14. ## sqlite3.h ??
  15. # locate sqlite3.h
  16. /usr/local/include/php/ext/pdo_sqlite/sqlite/src/sqlite3.h
  17. /usr/local/include/sqlite3.h
  18. /usr/local/lib/ruby/gems/1.8/doc/dm-migrations-0.9.5/rdoc/classes/SQL/Sqlite3.html
  19. /usr/local/lib/ruby/gems/1.8/doc/sqlite3-ruby-1.2.1/rdoc/classes/SQLite3.html
  20. /usr/local/lib/ruby/gems/1.8/doc/sqlite3-ruby-1.2.2/rdoc/classes/SQLite3.html
  21. /usr/local/lib/ruby/gems/1.8/doc/sqlite3-ruby-1.2.4/rdoc/classes/SQLite3.html
Add Comment
Please, Sign In to add comment