Skip to content
knutole edited this page Feb 17, 2016 · 3 revisions

Troubleshooting

Some common, some obscure errors. Keeping a list here for future reference.

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

qxeduqzucp=# select postgis_full_version();
ERROR:  could not access file "$libdir/postgis-2.2": No such file or directory
CONTEXT:  SQL statement "SELECT postgis_lib_version()"
PL/pgSQL function postgis_full_version() line 22 at SQL statement

This is due to wrong PostGIS version being installed. Try postgis-2.1.

Clone this wiki locally