gem을 설치할 때 레일즈 용 mysql2 -v '0.3.17'을 설치할 때 몇 가지 문제가 있습니다.오류 : mysql2 설치 중 오류 : 오류 : 보석 기본 확장자를 빌드하지 못했습니다.
ERROR: Error installing mysql2:
ERROR: Failed to build gem native extension.
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers. Check the file for more
details. You may need configuration options.
Provided configuration options:
--with-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--with-mysql-dir
--without-mysql-dir
--with-mysql-include
--without-mysql-include=${mysql-dir}/include
--with-mysql-lib
--without-mysql-lib=${mysql-dir}/lib
--with-mysql-config
--without-mysql-config
Gem files will remain installed in `..../gems/ruby-1.9.3-p392/gems/mysql2-0.3.17 for inspection`.
Results logged to `.../gems/ruby-1.9.3-p392/extensions/x86_64-darwin-14/1.9.1/mysql2-0.3.17/gem_make.out`
어떻게 고칠 수있는이 성공적으로 : 나는 보석 mysql2 -v '0.3.17'를 설치 mysql2의 -v '0.3.17'또는 보석을 설치를 실행하여 설치하려고하면 그것은 나에게 다음과 같은 오류를 제공합니다 mysql2를 설치 하시겠습니까?
감사합니다.
'.../gems/ruby-1.9.3-p392/extensions/x86_64-darwin-14/1.9.1/mysql2-0.3.17/gem_make.out' 파일의 내용을 포함시킬 수 있습니까? 오류 메시지의 마지막 줄에'Results logged to .. '로 표시됩니다. –
도움이됩니다. http://stackoverflow.com/questions/4115126/ruby-gem-mysql2-install-failing –