| From: | Devrim GÜNDÜZ <devrim(at)gunduz(dot)org> |
|---|---|
| To: | Augori <augori(at)gmail(dot)com>, Chris Mair <chris(at)1006(dot)org> |
| Cc: | pgsql <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: Trouble installing PostGIS on Amazon Linux server |
| Date: | 2016-02-15 20:26:55 |
| Message-ID: | 1455568015.26346.35.camel@gunduz.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
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 10:05 -0500, Augori wrote:
> 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(at)ip-user]# ls /usr/lib64/libpo*
> /usr/lib64/libpoppler-cpp.so /usr/lib64/libpoppler.so
> /usr/lib64/libpoppler-cpp.so.0 /usr/lib64/libpoppler.so.37
> /usr/lib64/libpoppler-cpp.so.0.2.0 /usr/lib64/libpoppler.so.37.0.0
>
> [root(at)ip-ec2-user]# yum install postgis2_93 --enablerepo=epel (same
> results both with and without the enable repo flag)
> .
> . (lots of stuff not included here)
> .
> 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
>
> Perhaps I should uninstall the 37 version and install the 5.0 version? Any
> idea how to get it to install the 5.0 version?
>
> Thanks
>
>
> On Sun, Feb 14, 2016 at 11:14 PM, Chris Mair <chris(at)1006(dot)org> wrote:
>
> >
> > 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
> > Amazon repo)?
> >
> > yum install poppler poppler-devel poppler-cpp poppler-cpp-devel
> >
> > Bye,
> > Chris.
> >
> >
> >
--
Devrim GÜNDÜZ
Principal Systems Engineer @ EnterpriseDB: http://www.enterprisedb.com
PostgreSQL Danışmanı/Consultant, Red Hat Certified Engineer
Twitter: @DevrimGunduz , @DevrimGunduzTR
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Augori | 2016-02-15 20:41:43 | Re: Trouble installing PostGIS on Amazon Linux server |
| Previous Message | Chris Travers | 2016-02-15 19:22:11 | Suggest note in index documentation about long running transactions |