Error with installing postgresql-9.5-postgis-2.2 on Debian 8.5 jessie -


i have postgresql 9.5 installed , working on debian 8.5 jessie.

the following packages have unmet dependencies:    postgresql-9.5-postgis-2.2 : depends: libgdal1h (>= 1.9.0) not going installed                                depends: liblwgeom-2.2-5 (>= 2.2.0) not going installed                                depends: libsfcgal1 (>= 1.2.0) not going installed    e: unable correct problems, have held broken packages. 

tried fixing:

root@dbserver:~$ apt-get -f install  reading package lists... done  building dependency tree  reading state information... done  0 upgraded, 0 newly installed, 0 remove , 0 not upgraded. 

my sources.list:

deb http://ftp.debian.org/debian jessie main contrib non-free deb http://ftp.debian.org/debian jessie-updates main contrib non-free deb http://security.debian.org jessie/updates main contrib non-free deb http://ftp.de.debian.org/debian jessie main deb http://ftp.debian.org/debian stretch main contrib non-free deb-src http://ftp.debian.org/debian stretch main contrib non-free deb http://apt.postgresql.org/pub/repos/apt jessie-pgdg main 

does have idea should move further? thank you

ok. if more had problem - removed testing.pref /etc/apt/preferences.d/ , removed

deb http://ftp.debian.org/debian stretch main contrib non-free deb-src http://ftp.debian.org/debian stretch main contrib non-free\ 

from sources.list dependencies downgraded stable jessie version


Comments