pdcc
(usa Freespire)
Enviado em 02/07/2012 - 10:49h
Olá pessoal,
Eu tenho um VPS com o OS Ubuntu.
Estoua tentar instalar uma aplicação chamada geoserver e tentei assim:
apt-get install opengeo-geoserver
e recebo o seguinte errro:
You might want to run 'apt-get -f install' to correct these:
The following packages have unmet dependencies:
opengeo-geoserver : Depends: sun-java6-jre but it is not installable or
openjdk-6-jre but it is not going to be installed
Depends: tomcat6 but it is not going to be installed
Depends: opengeo-jai but it is not going to be installed
Depends: opengeo-suite-data (>= 2.5) but it is not going to be installed
Depends: libgdal but it is not going to be installed
postgresql-9.1-pgrouting : Depends: postgresql-9.1-postgis but it is not going to be installed
E: Unmet dependencies. Try 'apt-get -f install' with no packages (or specify a solution).
tentei o seguinte;
apt-get -f install
e recebo o seguinte:
Unpacking postgresql-9.1-postgis (from .../postgresql-9.1-postgis_1.5.3-1_i386.deb) ...
dpkg: error processing /var/cache/apt/archives/postgresql-9.1-postgis_1.5.3-1_i386.deb (--unpack):
trying to overwrite '/usr/lib/postgresql/9.1/bin/pgsql2shp', which is also in package postgis-1.5.3 1.5.3-src-1
No apport report written because MaxReports is reached already
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Errors were encountered while processing:
/var/cache/apt/archives/postgresql-9.1-postgis_1.5.3-1_i386.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
Queria instalar o geoserver mas não quero perder os dados das bases postgresql.
Podem ajudar?
Obrigado