Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. remote: checking for sqlite3.h... no
  2. remote: sqlite3.h is missing. Try 'brew install sqlite3',
  3. remote: 'yum install sqlite-devel' or 'apt-get install libsqlite3-dev'
  4. remote: and check your shared library search path (the
  5. remote: location where your sqlite3 shared library is located).
  6. remote: *** extconf.rb failed ***
  7. remote: Could not create Makefile due to some reason, probably lack of necessary
  8. remote: libraries and/or headers. Check the mkmf.log file for more details. You may
  9. remote: need configuration options.
  10. remote:
  11. remote: Provided configuration options:
  12. remote: --with-opt-dir
  13. remote: --without-opt-dir
  14. remote: --with-opt-include
  15. remote: --without-opt-include=${opt-dir}/include
  16. remote: --with-opt-lib
  17. remote: --without-opt-lib=${opt-dir}/lib
  18. remote: --with-make-prog
  19. remote: --without-make-prog
  20. remote: --srcdir=.
  21. remote: checking for sqlite3.h... no
  22. remote: sqlite3.h is missing. Try 'brew install sqlite3',
  23. remote: 'yum install sqlite-devel' or 'apt-get install libsqlite3-dev'
  24. remote: and check your shared library search path (the
  25. remote: location where your sqlite3 shared library is located).
  26. remote: *** extconf.rb failed ***
  27. remote: Could not create Makefile due to some reason, probably lack of necessary
  28. remote: libraries and/or headers. Check the mkmf.log file for more details. You may
  29. remote: need configuration options.
  30. remote:
  31. remote: Provided configuration options:
  32. remote: --with-opt-dir
  33. remote: --without-opt-dir
  34. remote: --with-opt-include
  35. remote: --without-opt-include=${opt-dir}/include
  36. remote: --with-opt-lib
  37. remote: --without-opt-lib=${opt-dir}/lib
  38. remote: --with-make-prog
  39. remote: --without-make-prog
  40. remote: --srcdir=.
  41.  
  42. gem install sqlite3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement