Ticket #160 (closed defect: wontfix)
prefix not recognized in 1.4.0SVN
| Reported by: | kneufeld | Owned by: | mcayland |
|---|---|---|---|
| Priority: | low | Milestone: | PostGIS 1.4.0 |
| Component: | postgis | Version: | 1.4.X |
| Keywords: | Cc: |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
