1

Temat: ERROR: could not access file "$libdir/postgis-2.2":

problem z PostgreSQL/postgis na Debian Wheezy

Witam.
Proszę o podpowiedź jak rozwiązać mój problem z instalacją funkcji przestrzennych w postgis 2.2. Może coś robię źle ?

Zainstalowałem PostgreSQL 9.5 na Debian Wheezy następnie postgis 2.2.
kolejne kroki:
su – postgres- Logowanie na serwerze jako użytkownik postgres.

createdb template_postgis - Stworzenie pustej bazy danych template_postgis.

createlang plpgsql template_postgis - Dodanie do bazy obsługi języka plpgsql.

no i na deser chciałem zrobić tak:
psql -d template_postgis -f /usr/share/postgresql/9.5/contrib/postgis-2.2/postgis.sql

a w odpowiedzi było jak poniżej:

SET
BEGIN
DO
CREATE FUNCTION
psql:/usr/share/postgresql/9.5/contrib/postgis-2.2/postgis.sql:83: ERROR: could not access file "$libdir/postgis-2.2": No such file or directory

i dziesiątki taki Errorów jak ten poniżej

psql:/usr/share/postgresql/9.5/contrib/postgis-2.2/postgis.sql:88: ERROR: current transaction is aborted, commands ignored until end of transaction block

2

Odp: ERROR: could not access file "$libdir/postgis-2.2":