在一夜之間,postgresql-9.3-postgis-2.1軟件包停止在Debian 7.6上成功安裝。我在網上看不到太多,而postgresql IRC似乎沒有意識到這個問題。Debian軟件包postgresql-9.3-postgis-2.1突然停止安裝
錯誤我收到:
[email protected]:/home/vagrant# apt-get install postgresql-9.3-postgis-2.1
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
postgresql-9.3-postgis-2.1 : Depends: liblwgeom-2.1.4 (>= 2.1.2) but it is not going to be installed
Recommends: postgis but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
安裝步驟:
echo "deb http://apt.postgresql.org/pub/repos/apt/ wheezy-pgdg main" >> /etc/apt/sources.list
wget --quiet -O - http://apt.postgresql.org/pub/repos/apt/ACCC4CF8.asc | sudo apt-key add -
apt-get update -y
apt-get install -y postgresql-9.3-postgis-2.1
任何人遇到這個錯誤?看起來像liblwgeom今天早上更新了。
這對我有用。 – 2014-10-02 16:22:58