ubuntu pgadmin3 원본 설치 문제
2071 단어 ubuntu
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
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
Ubuntu 22.04에 캐디 설치 - HostnExtra이 기사에서는 Ubuntu 22.04에 Caddy를 설치하는 방법을 설명합니다. 이 문서는 설치 프로세스를 안내하고 웹 사이트를 호스팅합니다. Caddy 웹 서버는 Go로 작성된 오픈 소스 웹 서버입니다. Ubunt...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.