Re: [postgis-users] Cannot install postgis 1.5.1 on Postgres 9.0 beta1

2010-09-16 Thread psg
Has anyone got a solution for this? I'm trying to build on Centos 5.4 with PostgreSQL 9.0RC1. My best guess is that it is failing to build the extension binary, but I don't know why. Here's where the make install breaks: PostGIS was built successfully. Ready to install. make -C postgis

Re: [postgis-users] Cannot install postgis 1.5.1 on Postgres 9.0 beta1

2010-09-16 Thread psg
AHA! I found the problem. Line 89 of /usr/src/postgis-1.5.1/postgis/Makefile needs to be changed from: PGXSOVERRIDE = 1 to PGXSOVERRIDE = 0 Apparently the pgxs makefile that is in the postgis source tree doesn't work with PostgreSQL 9.0 at all. psg wrote: Has anyone got a solution

[postgis-users] Cannot install postgis 1.5.1 on Postgres 9.0 beta1

2010-05-11 Thread Joel Pearson
Hi, Postgis 1.5.1 compiles ok on Postgres 9.0 beta1, but when I run make install it fails: ... PostGIS was built successfully. Ready to install. make -C postgis install make[1]: Entering directory `/home/japearson/postgis/postgis-1.5.1/postgis' Makefile.pgxs:17: warning: overriding commands for

Re: [postgis-users] Cannot install postgis 1.5.1 on Postgres 9.0 beta1

2010-05-11 Thread Paragon Corporation
_ From: postgis-users-boun...@postgis.refractions.net [mailto:postgis-users-boun...@postgis.refractions.net] On Behalf Of Joel Pearson Sent: Tuesday, May 11, 2010 9:14 PM To: postgis-users@postgis.refractions.net Subject: [postgis-users] Cannot install postgis 1.5.1 on Postgres 9.0 beta1

Re: [postgis-users] Cannot install postgis 1.5.1 on Postgres 9.0 beta1

2010-05-11 Thread Joel Pearson
Hi, I am building under Centos 5.4 I was building with geos 3.2.2 and proj 4.7.0 Cheers, -Joel ___ postgis-users mailing list postgis-users@postgis.refractions.net http://postgis.refractions.net/mailman/listinfo/postgis-users

Re: [postgis-users] Cannot install postgis 1.5.1 on Postgres 9.0 beta1

2010-05-11 Thread Paul Ramsey
No, seems to compile and install perfectly fine under OS/X. Two regression failures (*sigh*) due to a slight change in output from SQL (select queries that don't return rows now return 'SELECT number of rows' instead of just 'SELECT') P. On Tue, May 11, 2010 at 6:13 PM, Joel Pearson

Re: [postgis-users] Cannot install postgis 1.5.1 on Postgres 9.0 beta1

2010-05-11 Thread Joel Pearson
Hmm weird. As a sanity check, I compiled postgis 1.3.6 against 8.4 and it compiled fine. I then tried compile postgis 1.5.1 and it failed with this error: /bin/sh /usr/lib/pgsql/pgxs/src/makefiles/../../config/install-sh -c pgsql2shp /var/tmp/postgis-1.5.1-2-root-japearson/usr/bin /bin/sh