[postgis-users] Re: ./configure all over again?

Paul Ramsey pramsey at refractions.net
Tue Nov 4 15:07:55 PST 2003


Threepenny install directions:

tar xvfz proj-4.4.5.tar.gz
cd proj*
./configure
make
make install
cd ..

tar xvfz geos-cvs.tar.gz
cd geos*
./configure
make
make install
cd ..

tar xvfz postgresql-7.3.4.tar.gz
cd postgresql-7.3.4
LDFLAGS=-lstdc++ ./configure
make
make install
cd contrib
tar xvfz postgis-cvs.tar.gz
make
make install


(a) yes, you must install your pgsql from source (b) version 7.4 is not 
yet supported (c) first installing proj and geos is nice, because then 
you get that nice functionality (d) first make/install your pgsql, then 
make/install your postgis (e) yes, the cvs versions are safe

Paul

Gregory S. Williamson wrote:
> You need to run the make file within the contrib/postgis directory ... there is a README.postgis with instructions ... basically a "make" and then a "make install" to the last steps of setup. There's also some sql that needs to run in the appropriate database.
> 
> Greg Williamson
> DBA
> GlobeXplorer LLC
> 
> -----Original Message-----
> From: Byron Amerson [mailto:byronea at u.washington.edu]
> Sent: Tuesday, November 04, 2003 2:33 PM
> To: postgis-users at postgis.refractions.net
> Subject: [postgis-users] Re: ./configure all over again?
> 
> 
> 
> I guess I need to be more specific.
> 
> First for my own clarity:  when we refer to the source tree, do we mean
> the source I used to build said postgres?
> 
> I do indeed have a running version of postgres.  And in
> /usr/local/src/postgres/Postgres7.4beta5 is where all of my source
> material is (configure scripts etc).  In a directory there called contrib
> I untarred postgis.  I then switch one directory up (back to
> Postgres7.4beta5) and here I type:sudo make.  This is when make barks that
> there is no target specified (or similar, I am writing from a location
> remoteof my computer). Thus comes my question about running ./configure
> again so that make has something to work with.
> 
> Forgive my elementary questions here, I am learning and I appreciate your
> patience.  Thanks.
> 
> 
> Byron Amerson
> MS student
> University of Washington
> Department of Earth and Space Sciences
> 
> 
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users
> 
> _______________________________________________
> postgis-users mailing list
> postgis-users at postgis.refractions.net
> http://postgis.refractions.net/mailman/listinfo/postgis-users


-- 
       __
      /
      | Paul Ramsey
      | Refractions Research
      | Email: pramsey at refractions.net
      | Phone: (250) 885-0632
      \_




More information about the postgis-users mailing list