Re: [GENERAL] Trouble installing PostGIS on Amazon Linux server

2016-02-15 Thread Chris Mair
I was told that "The amazon linux is compatible with Centos 6.x". Does that correspond to RHEL 6? Is there a command I could use to find out? Not quite. Amazon Linux is RHEl/CentOS/Fedora derived, but it's not based on exactly RHEl/CentOS 6 or exactly RHEl/CentOS 7. This is its current

Re: [GENERAL] Trouble installing PostGIS on Amazon Linux server

2016-02-15 Thread John R Pierce
On 2/15/2016 12:41 PM, Augori wrote: I was told that "The amazon linux is compatible with Centos 6.x". Does that correspond to RHEL 6? Is there a command I could use to find out? Is there a way I can force yum to install the RHEL 6 version? I saw .el6. in several of your RPMs on an ea

Re: [GENERAL] Trouble installing PostGIS on Amazon Linux server

2016-02-15 Thread Augori
Hi Devrim, I was told that "The amazon linux is compatible with Centos 6.x". Does that correspond to RHEL 6? Is there a command I could use to find out? Is there a way I can force yum to install the RHEL 6 version? Thank you, Augori On Mon, Feb 15, 2016 at 3:26 PM, Devrim GÜNDÜZ wrote:

Re: [GENERAL] Trouble installing PostGIS on Amazon Linux server

2016-02-15 Thread Devrim GÜNDÜZ
Hi, Just checked my RHEL 6 and RHEL 7 boxes. RHEL 6 provides libpoppler.so.5, and RHEL 7 provides libpoppler.so.46 . I cannot find any reference to .37 :( Where did you get it from? I am not an Amazon AMI user -- is your version based on RHEL 6 or RHEL 7? Regards, Devrim On Mon, 2016-02-15 at

Re: [GENERAL] Trouble installing PostGIS on Amazon Linux server

2016-02-15 Thread Augori
It installed poppler successfully but still gives the same error. I did notice that it installed libpoppler 37 and the postgis2_93 install error seems to be looking for version 5 [root@ip-user]# ls /usr/lib64/libpo* /usr/lib64/libpoppler-cpp.so/usr/lib64/libpoppler.so /usr/lib64/libpoppler

Re: [GENERAL] Trouble installing PostGIS on Amazon Linux server

2016-02-14 Thread John R Pierce
On 2/14/2016 7:45 PM, Augori wrote: This matches what Steve was seeing on this page: http://lists.osgeo.org/pipermail/postgis-users/2014-August/039520.html But his question seemed to reach a dead end without resolution. must be something specific about amazon. I'm on a centos 6.recent box, an

Re: [GENERAL] Trouble installing PostGIS on Amazon Linux server

2016-02-14 Thread Chris Mair
Error: Package: gdal-libs-1.9.2-6.rhel6.x86_64 (pgdg93) Requires: libpoppler.so.5()(64bit) You could try using --skip-broken to work around the problem You could try running: rpm -Va --nofiles --nodigest Hi, what happens if you try to install libpoppler (it is in the standard

Re: [GENERAL] Trouble installing PostGIS on Amazon Linux server

2016-02-14 Thread Augori
Thanks, Devrim. It looks like epel is already installed: rpm -ivh epel-release-6-8.noarch.rpm warning: epel-release-6-8.noarch.rpm: Header V3 RSA/SHA256 Signature, key ID 0608b895: NOKEY Preparing... # [100%] package epel-release-6

Re: [GENERAL] Trouble installing PostGIS on Amazon Linux server

2016-02-14 Thread Devrim Gündüz
Hi, I think you also need to add/enable EPEL repo, too. Regards,Devrim On February 15, 2016 12:09:01 AM GMT+02:00, Augori wrote: >I'm trying to install postgis on an Amazon Linux AMI 2015.09 - x86_64 >machine. I was able to install PostgreSQL 9.3, however, when I try to >install postgis2_93, I

[GENERAL] Trouble installing PostGIS on Amazon Linux server

2016-02-14 Thread Augori
I'm trying to install postgis on an Amazon Linux AMI 2015.09 - x86_64 machine. I was able to install PostgreSQL 9.3, however, when I try to install postgis2_93, I get a notice that gdal requires a libpopper library. When I --skip-broken it misses a whole bunch of dependencies and though it doesn'