[postgis-users] Installing a fully functional PostGIS 2.0 on

THX1138 ap.joseph at live.com
Tue Feb 7 13:48:54 PST 2012


I finally figured it out, I just did:

sudo ldconfig
su - root 
echo '/home/zonability3/gis/FileGDB_API/lib' >> /etc/ld.so.conf
sudo ldconfig

gdal, with file geodatabase support now functions correctly as far as I can
tell.

I am confused as to how to correctly build postgis 2.0 with extensions for
postgres 9.1, should I do EXACTLY the following:

cd postgis-2.0.0alpha4SVN
./configure \
--with-geosconfig=/usr/local/bin/geos-config \
--with-jsondir=/usr \
--with-topology --with-raster
make
cd extensions
cd postgis
make clean
make 
sudo make install
cd postgis-2.0.0alpha4SVN
cd postgis_topology
make clean
make 
sudo make install
cd postgis-2.0.0alpha4SVN
sudo make install

The 
http://postgis.refractions.net/documentation/manual-svn/postgis_installation.html#installation_configuration
documentation is unclear on this point.


--
View this message in context: http://postgis.17.n6.nabble.com/Installing-a-fully-functional-PostGIS-2-0-on-Ubuntu-Linux-GEOS-GDAL-issues-tp3566227p4374236.html
Sent from the PostGIS - User mailing list archive at Nabble.com.



More information about the postgis-users mailing list