id summary reporter owner description type status priority milestone component version resolution keywords cc 160 prefix not recognized in 1.4.0SVN kneufeld mcayland "'''Steps to reproduce the problem:''' {{{ # on centos5.3... svn checkout http://svn.osgeo.org/postgis/trunk postgis-svn cd postgis-svn/ ./autogen.sh ./configure \ --prefix=/home/kneufeld/opt/postgis/trunk \ --with-pgconfig=/home/kneufeld/opt/pgsql/8.3/bin/pg_config \ --with-geosconfig=/home/kneufeld/opt/geos/3.1.0rc2/bin/geos-config \ --with-projdir=/home/kneufeld/opt/proj/4.6.1 make make install > output tail -n7 output | head -n3 }}} '''What do you see?''' {{{ /bin/sh /home/kneufeld/opt/pgsql/8.3/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 ./../spatial_ref_sys.sql '/home/kneufeld/opt/pgsql/8.3/share/contrib' /bin/sh /home/kneufeld/opt/pgsql/8.3/lib/pgxs/src/makefiles/../../config/install-sh -c -m 644 postgis.sql '/home/kneufeld/opt/pgsql/8.3/share/contrib' /bin/sh /home/kneufeld/opt/pgsql/8.3/lib/pgxs/src/makefiles/../../config/install-sh -c -m 755 libpostgis-1.4.so.0.0 '/home/kneufeld/opt/pgsql/8.3/lib/postgis-1.4.so' }}} '''What do you expect to see?''' the files installed to /home/kneufeld/opt/postgis/trunk as specified using the --prefix argument " defect closed low PostGIS 1.4.0 postgis 1.4.X wontfix