I created this updated page for PostGIS 2.2 / PostgreSQL 9.5 / pgRouting 2.1 based on my experience installing on an Ubuntu Trusty server. Feel free to update it
https://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS22UbuntuPGSQL95Apt Also updated link on this page http://postgis.net/install/ to point to newer instructions Still got to update the CentOS/ RedHat instructions for 2.2 Thanks, Regina -----Original Message----- From: postgis-users [mailto:[email protected]] On Behalf Of Jorge Gustavo Rocha Sent: Thursday, February 11, 2016 6:10 AM To: [email protected] Subject: Re: [postgis-users] PostGIS 2.2 Debian package based on Postgresql 9.5 for trusty ( ubuntu 14.04) Hi Pallavi, Follow http://www.postgresql.org/download/linux/ubuntu/ Summary: echo "deb http://apt.postgresql.org/pub/repos/apt/ trusty-pgdg main" | sudo tee /etc/apt/sources.list.d/pgdg.list wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | sudo apt-key add - sudo apt-get update sudo apt-get install postgresql-9.5 postgresql-9.5-postgis-2.2 postgresql-contrib postgresql-client-9.5 Regards, s 10:37 de 11-02-2016, Pallavi Sontakke escreveu: > Hi All, > > I was looking to install PostGIS 2.2 to work with Postgresql 9.5 on > my trusty system. As I did not find any available debian packages for > trusty, I was trying to build from PostGIS source. However, even after > getting many other binaries, could not get all modules of PostGIS > working (especially postgis_sfcgal and address_standardizer). > > Could you please point me to trusty packages if available? Also, if > not, could you please let me know when would they be available? > > Thanks, > Pallavi > > > _______________________________________________ > postgis-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/postgis-users > J. Gustavo -- Jorge Gustavo Rocha Departamento de Inform tica Universidade do Minho 4710-057 Braga Tel: +351 253604480 Fax: +351 253604471 M vel: +351 910333888 skype: nabocudnosor _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/postgis-users _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/postgis-users
