레드마인 설치 오류 질문입니다.
윤 성용이(가) 2016-11-29에 추가
안녕하세오 라즈베리 파이에 레드마인을 설치해서 잘 사용하고 있었습니다.
그런데 플러그인을 설치 하던 중 에러가 발생하였고 그 이후에 Internal Error가 발생하였습니다.
이후 재설치를 위해서 bundle install 을 실행하였으나 다음과 같이 에러가 발생하였습니다.
Gem files will remain installed in /opt/redmine/vendor/bundle/ruby/2.3.0/gems/mysql2-0.3.21 for inspection. An error occurred while installing mysql2 (0.3.21), and Bundler cannot continue. |
mysql은 설치가 되어 있습니다.
gem list mysql2 *** LOCAL GEMS *** mysql2 (0.4.3) |
혹시 이러한 문제에 대해서 아시거나 해결 방법이 있으면 알려 주시면 감사하겠습니다. ㅜㅜㅜ
감사합니다. 수고하세요.
PS. 추가로 에러 로그를 확인해 보니 다음과 같은 내용이 있었습니다.
"gcc -o conftest -I/usr/local/include/ruby-2.3.0/armv7l-linux-eabihf -I/usr/local/include/ruby-2.3.0/ruby/backward -I/usr/local/incl ude/ruby-2.3.0 -I. -I/usr/local/lib/include -D_FILE_OFFSET_BITS=64 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wno-unused-parameter -Wno-parentheses -Wno-long-long -Wno-missing-field-initializers -Wunused-variable -Wpointer-arith -Wwrite-strings -Wdeclaration-afte r-statement -Wimplicit-function-declaration -Wdeprecated-declarations -Wno-packed-bitfield-compat -fPIC conftest.c -L. -L/usr/loca l/lib -Wl,-R/usr/local/lib -L/usr/local/lib/lib -Wl,-R/usr/local/lib/lib -L. -fstack-protector -rdynamic -Wl,-export-dynamic -L/usr/ local/lib/lib -Wl,-R/usr/local/lib/lib -Wl,-R/usr/local/lib -L/usr/local/lib -lruby -lpthread -lrt -lgmp -ldl -lcrypt -lm -lc" /usr/local/bin/ld: this linker was not configured to use sysroots collect2: ld returned 1 exit status checked program was: /* begin */ 1: #include "ruby.h" 2: 3: int main(int argc, char **argv) 4: { 5: return 0; 6: } /* end */ |