[postgis-devel] Upgrade PG 9.3 to 9.5 with PostGIS issue

Sandro Santilli strk at keybit.net
Tue Apr 5 01:04:06 PDT 2016


On Tue, Apr 05, 2016 at 06:22:32AM +0000, Blumentrath, Stefan wrote:

> “Could not load library "$libdir/postgis-2.1" ERROR: could not access file "$libdir/postgis-2.1": No such file or directory”

[...]

> Any ideas how to fix this or how to identify the conflicting functions?

SELECT format('%s(%s)', proname, pg_get_function_arguments(oid))
  FROM pg_proc
 WHERE probin = '$libdir/postgis-2.1';

--strk;

  ()   Free GIS & Flash consultant/developer
  /\   http://strk.keybit.net/services.html



More information about the postgis-devel mailing list