ubuntu pgadmin3 원본 설치 문제

2071 단어 ubuntu
Ubuntu 10.04의 apt에 있는 pgAdmin은 1.14로 pg9.1 이하만 연결할 수 있지만 서버 하나에 9.2를 연결하려면 높은 버전을 설치해야 합니다.결과 코딩 설치에 문제가 발생했습니다. OS: Ubuntu 10.04 LTSpgAdmin: 1.16 source codeInstall:./configuremakemake installTrouble shooting:
1. configure: error: Could not find your PostgreSQL installation. You might need to use the --with-pgsql=DIR configure option

apt-get install libpgsql-dev

 
2. configure: error: Could not find your wxWidgets installation. You might need to use the --with-wx=DIR configure option

apt-get install wx-common libwxgtk2.8-dev

 
3. configure: error: Could not find your libxml2 installation. You might need to use the --with-libxml2=DIR configure option

apt-get install libxml2-dev

 
4. configure: error: Could not find your libxslt installation. You might need to use the --with-libxslt=DIR configure option

apt-get install libxslt1-dev

 
5. ./db/keywords.c:33:27: error: parser/kwlist.h:...

apt-get install postgresql-server-dev-9.2

 
6.wxStyledTextEvent’ has not been declared
   wxWidgets contrib/src/stc/ 

 
 
 
postgresql9.0 원본 보충
deb http://ppa.launchpad.net/pitti/postgresql/ubuntu lucid main
deb-src http://ppa.launchpad.net/pitti/postgresql/ubuntu lucid main
 
업데이트 오류:
GPG 서명 검증 오류:http://ppa.launchpad.net hardy Release: 공개 키가 없으므로 다음 서명을 검증할 수 없습니다. NO_PUBKEY 6AF0E1940624A220
해결하다
gpg --keyserver subkeys.pgp.net --recv 99B656EA8683D8A2 gpg --export --armor 99B656EA8683D8A2 | sudo apt-key add - http://www.cnblogs.com/lexus/archive/2010/10/05/1842924.html

좋은 웹페이지 즐겨찾기