Re: [postgis-users] $libdir/postgis-2.1: No such file or directory

2015-09-15 Thread Rémi Cura
Hey, have you check that the postgis-2.1.so file exists somewhere beside the compile folder? (captain obvious) you may need to restart the postgres server (captain obvious) Need admin right when installing postgis, after compile. If you compile yourself, some use of the command `ldconfig` at

Re: [postgis-users] $libdir/postgis-2.1: No such file or directory

2015-09-15 Thread Eric Ladner
Interesting that is says "$libdir/..." and not "/usr/lib/...". It almost looks like something in a shell script is surrounded in single quotes where it should be double and it's not evaluating the "$libdir" into what it should actually point to. On Tue, Sep 15, 2015 at 2:53 AM Rémi Cura

[postgis-users] Need help on query to return boundary of polygon

2015-09-15 Thread Bistrais, Bob
I would like to return the boundary of a selected polygon, and I can't seem to get my syntax correct. What I want to do is to select the boundary from a polygon table of towns, where the town name equals a selected town. Something like this: Select ST_Boundary(geom) from (select * from towns