I should have clarified. We are using the system Postgres and installing PostGIS and GEOS ourselves. In the past (1.3.5), we just compiled PostGIS with --prefix, --with-geos, and --with-pgsql* and it worked great, just like any other GNU-style "configure" software. Now... ????

(As an aside, it was also very frustrating that --prefix was silently ignored instead of failing at configure time with a coherent error message. We spent over an hour tracking that down.)

We're on Ubuntu Hardy.

* --with-pgsql was needed because we are on Postgres 8.2 but some of the 8.3 stuff is also installed because of unrelated dependencies. But in 1.4, install wants to put stuff in the 8.3 directories even though configure apparently found 8.2 with --with-pgconfig. So I don't see how we can install 1.4 even if we did have root.

Reid


On 12/02/09 00:49, Kevin Neufeld wrote:
Hi Reid,

I'm running Centos 5 and installing as non-root works fine for me. My steps are, as non-root:
- install postgres, geos, and proj in my home directory.
- update LD_LIBRARY_PATH to include the lib directories of each.
- configure PostGIS, using --with-pgconfig, --with-geosconfig, --with-prodir - make and install PostGIS (which now only installs to the contrib directory in the postgres installation)

Cheers,
Kevin

Reid Priedhorsky wrote:
Hi,

We are currently running 1.3.5 and would like to upgrade to 1.4.0. However, we don't have root and thus the install fails (see bug #160, http://trac.osgeo.org/postgis/ticket/160).

Bug #160 is marked WONTFIX. Are we stuck at 1.3.5 forever? Is there a workaround?

Thanks,

Reid
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users
_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

_______________________________________________
postgis-users mailing list
[email protected]
http://postgis.refractions.net/mailman/listinfo/postgis-users

Reply via email to