Steve, Looks like the Yum PostgreSQL repo might be compatible with Amazon Linux from this excerpt
http://www.bitsandpix.com/entry/amazon-ec2-installing-postgres-93-on-amazon- linux-instance-local-storage/ Here is article we wrote about using Yum PostgreSQL for CentOS which might be useful too. http://www.postgresonline.com/journal/archives/329-An-almost-idiots-guide-to -install-PostgreSQL-9.3,-PostGIS-2.1-and-pgRouting-with-Yum.html Hope that helps, Regina http://www.postgis.us http://postgis.net -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Stephen Woodbridge Sent: Thursday, August 14, 2014 5:40 PM To: PostGIS Users Discussion Subject: [postgis-users] How to install on Amazon ec2 instance Hi all, I'm trying to setup an amazon ec2 instance with postgis using yum, but it does not seem to have postgis in their repos. [ec2-user@ip-10-0-0-159 ~]$ uname -a Linux ip-10-0-0-159 3.10.42-52.145.amzn1.x86_64 #1 SMP Tue Jun 10 23:46:43 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux [ec2-user@ip-10-0-0-159 ~]$ cat /etc/motd __| __|_ ) _| ( / Amazon Linux AMI ___|\___|___| I would like to avoid building it from source. I have installed: sudo yum install postgresql9.x86_64 postgresql9-contrib.x86_64 postgresql9-devel.x86_64 postgresql9-libs.x86_64 postgresql9-server.x86_64 Anyone know if there is a repository that is compatible with this? and how to configure the server to use it? Thanks, -Steve _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users _______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
