답변:
패키지는 postgresql-libs
Red Hat 및 파생 배포판에서 호출 됩니다.
psycopg2에 pg_config가 필요했기 때문에 CentOS 6 서버에 이것을 설치해야했습니다. 부야 :
yum install postgresql-devel
최신 정보
pg_config에 여전히 문제가 발생하면 PATH에 추가해야합니다. 예 :
export PATH=$PATH:/usr/pgsql-x.x/bin
여기서 xx는 /usr/pgsql-9.2./bin과 같은 버전입니다.
-install-option
로 pip install
하고 내가 sudo를 설치 PIP하고 있었다 깨달았다.
그것은이다 libpqxx
:
Name : libpqxx-devel
Arch : x86_64
Version : 2.6.9
Release : 3.el5.rf
Size : 1.4 M
Repo : rpmforge
Summary : Header files, libraries and development documentation for libpqxx.
URL : http://pqxx.org/
License : BSD
Description: This package contains the header files, static libraries and development
: documentation for libpqxx. If you like to develop programs using libpqxx,
: you will need to install libpqxx-devel.
rpmforge 또는 epel repo 에서 설치할 수 있습니다 .
# yum install libpqxx-devel
xx
의미 C++
합니다.