[postgis-users] Problems installing on Linux

James David Smith james.david.smith at gmail.com
Tue Aug 6 03:02:31 PDT 2013


On 6 August 2013 10:59, Mike Toews <mwtoews at gmail.com> wrote:
> On 6 August 2013 21:50, Nicolas Ribot <nicolas.ribot at gmail.com> 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
> postgis-users at lists.osgeo.org
> 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


More information about the postgis-users mailing list