Guest User

Untitled

a guest
May 22nd, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. $ sudo gem install mysql -- --with-mysql-dir/Applications/XAMPP/xamppfiles
  2. Building native extensions. This could take a while...
  3. ERROR: Error installing mysql:
  4. ERROR: Failed to build gem native extension.
  5.  
  6. /usr/local/bin/ruby extconf.rb --with-mysql-dir/Applications/XAMPP/xamppfiles
  7. extconf.rb:4: warning: Insecure world writable dir /usr/local in PATH, mode 040757
  8. extconf.rb:4: warning: Insecure world writable dir /usr/local in PATH, mode 040757
  9. extconf.rb:7: warning: Insecure world writable dir /usr/local in PATH, mode 040757
  10. extconf.rb:17: warning: Insecure world writable dir /usr/local in PATH, mode 040757
  11. checking for mysql_ssl_set()... yes
  12. checking for rb_str_set_len()... no
  13. checking for rb_thread_start_timer()... no
  14. checking for mysql.h... no
  15. checking for mysql/mysql.h... no
  16. *** extconf.rb failed ***
  17. Could not create Makefile due to some reason, probably lack of
  18. necessary libraries and/or headers. Check the mkmf.log file for more
  19. details. You may need configuration options.
  20.  
  21. Provided configuration options:
  22. --with-opt-dir
  23. --without-opt-dir
  24. --with-opt-include
  25. --without-opt-include=${opt-dir}/include
  26. --with-opt-lib
  27. --without-opt-lib=${opt-dir}/lib
  28. --with-make-prog
  29. --without-make-prog
  30. --srcdir=.
  31. --curdir
  32. --ruby=/usr/local/bin/ruby
  33. --with-mysql-config
  34. --without-mysql-config
Add Comment
Please, Sign In to add comment