On 6 August 2013 10:59, Mike Toews <[email protected]> wrote: > On 6 August 2013 21:50, Nicolas Ribot <[email protected]> wrote: >> Hi, >> >> What is the *first* error message returned by the command: >> psql -d james_test -f /usr/pgsql-9.0/share/contrib/postgis-2.0/postgis.sql >> >> Nicolas > > A good way to do this is to stop psql on the first error (off by default), > e.g.: > > psql -v ON_ERROR_STOP=1 -d james_test -f > /usr/pgsql-9.0/share/contrib/postgis-2.0/postgis.sql > > -Mike > _______________________________________________ > postgis-users mailing list > [email protected] > http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
Thanks both. The first error is: psql:/usr/pgsql-9.0/share/contrib/postgis-2.0/postgis.sql:49: ERROR: could not load library "/usr/pgsql-9.0/lib/postgis-2.0.so": /usr/pgsql-9.0/lib/postgis-2.0.so: undefined symbol: GEOSRelatePatternMatch Thanks James _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
