[postgis-devel] build issues on the git source of postgis.
Sandro Santilli
strk at keybit.net
Fri Jun 27 01:26:31 PDT 2014
On Fri, Jun 27, 2014 at 01:26:51PM +0530, mohit kumar wrote:
> thanks strk,
> the issue was resolved after merging and then changing the permissions.
> Now the code is built and installed.
>
> Strk, now how to test the build?
make check
... as written in README.postgis, under the TESTING section
You might have troubles connecting to the database, so make sure
to set appropriate environment variables to be "superuser" on
the database you'll connect to, like:
PGUSER=postgres PGPASSWORD=guess make check
--strk;
More information about the postgis-devel
mailing list