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 용으로 존재하지 않거나 다르게 호출됩니다.

댓글

  • 알아야합니다. libpq-fe.hpg_config를 포함하는 Arch 패키지.
  • @CraigRinger, 어떻게?
  • If 나는 그것이 ' 댓글이 아닌 답변 일 것임을 알고있었습니다 ;-). 저는 ' Arch를 사용하지 않습니다. ' " libpq-fe.h가 포함 된 아카이브 패키지 "와 같은 Google 검색으로 시작합니다. div> 또는 " 파일이 포함 된 아카이브 패키지 "
  • @CraigRinger, 더 쉬운 방법이있을 것입니다. 그림입니다.
  • 음, Fedora / Ubuntu / CentOS / RHEL / Debian에는 있지만 Arch는 조금 … 이상합니다. 그리고 저는 ' m 정말 익숙하지 않습니다. 전혀 모르겠습니다.

답변

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에서 언급 한대로 패키지를 설치하세요.

방금 같은 문제가 발생했고이 단계를 사용하여 해결했습니다.

댓글

  • 완전하고 간결하다면 답변이 훨씬 더 좋을 것입니다. 다른 '의 게시물을 참조 할 수 있지만 ' 모든 사람이 염두에 둔 내용을 찾기 위해 검색하도록 강요해서는 안됩니다.

답글 남기기

이메일 주소를 발행하지 않을 것입니다. 필수 항목은 *(으)로 표시합니다