Arch에 gem pg
를 설치할 수 없습니다. 오류로 인해 :
Gem::Ext::BuildError: ERROR: Failed to build gem native extension. /home/alex/.rvm/rubies/ruby-2.1.1/bin/ruby extconf.rb checking for pg_config... no No pg_config... trying anyway. If building fails, please try again with --with-pg-config=/path/to/pg_config checking for libpq-fe.h... no Can"t find the "libpq-fe.h header *** extconf.rb failed *** Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration options. Provided configuration options: --with-opt-dir --without-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 --srcdir=. --curdir --ruby=/home/alex/.rvm/rubies/ruby-2.1.1/bin/ruby --with-pg --without-pg --with-pg-config --without-pg-config --with-pg_config --without-pg_config --with-pg-dir --without-pg-dir --with-pg-include --without-pg-include=${pg-dir}/include --with-pg-lib --without-pg-lib=${pg-dir}/lib extconf failed, exit code 1 Gem files will remain installed in /home/alex/.rvm/gems/ruby-2.1.1/gems/pg-0.17.1 for inspection. Results logged to /home/alex/.rvm/gems/ruby-2.1.1/extensions/x86_64-linux/2.1.0/pg-0.17.1/gem_make.out
그래도 sudo pacman -S libmariadbclient
를 설치했습니다. 우분투에서이 오류가 발생했지만 pgdev (정확히 기억하지 못함) 라이브러리를 설치하여 해결할 수있었습니다. 사실,이 라이브러리는 저장소에 arch 용으로 존재하지 않거나 다르게 호출됩니다.
댓글
답변
sudo pacman -S postgresql-libs
Answer
@Craig Ringer 에서 언급했듯이 “libpq-fe”가 포함 된 패키지를 검색합니다. .h “입니다. 이를 위해 pkgfile을 사용합니다.
pacman -S pkgfile pkgfile --update pkgfile --search libpq-fe.h
“postgresql-libs”를 반환합니다. @ inn0kenty에서 언급 한대로 패키지를 설치하세요.
방금 같은 문제가 발생했고이 단계를 사용하여 해결했습니다.
댓글
- 완전하고 간결하다면 답변이 훨씬 더 좋을 것입니다. 다른 '의 게시물을 참조 할 수 있지만 ' 모든 사람이 염두에 둔 내용을 찾기 위해 검색하도록 강요해서는 안됩니다.
libpq-fe.h
및pg_config
를 포함하는 Arch 패키지.