[poppler] PDF to PNG conversion
William Bader
williambader at hotmail.com
Tue Sep 3 02:15:45 UTC 2019
> I do find it in the Amazon Linux distribution I'm using on my AWS instance, but it's version 0.26! I need the latest version...
poppler 0.26 is from mid-2014. https://poppler.freedesktop.org/releases.html
Probably everything from your distribution is from the same time, so some of the libraries and build tools in the distribution might be old enough to give problems building the current poppler.
Supposedly Amazon Linux is based on RHEL/CentOS (but with different versions of some libraries so EPEL isn't helpful), and my CentOS 7.6 VM has poppler 0.26.5, so probably your Amazon Linux VM is similar to RHEL 7.
The RHEL/CentOS 7 equivalent of what Oliver suggested would be
sudo yum install poppler-devel
On RHEL/CentOS 7 you can install all of the development tools with
sudo yum group install "Development Tools"
but if you don't want to install anything unnecessary, you can start with
sudo yum install gcc-c++
William
________________________________
From: poppler <poppler-bounces at lists.freedesktop.org> on behalf of Oliver Sander <oliver.sander at tu-dresden.de>
Sent: Monday, September 2, 2019 3:53 PM
To: poppler at lists.freedesktop.org <poppler at lists.freedesktop.org>; poppler at lists.freedesktop.org <poppler at lists.freedesktop.org>
Subject: Re: [poppler] PDF to PNG conversion
> Ok, I see a bit there. Unfortunately my knowledge on compiling is very limited so I don't know how to deal with the errors I get. I install cmake and make on my Debian installation but get the error "No CMAKE_CXX_COMPILER could be found." Even if I knew how to fix that
For that you just need to install the g++ package.
> I wouldn't be surprised there will be other errors with dependency issues and what not..
There will be more, but at least on a Debian system all you need is easily available.
Try
sudo apt-get build-dep libpoppler-dev
that should go a long way.
> I do find it in the Amazon Linux distribution I'm using on my AWS instance, but it's version 0.26! I need the latest version...
Somebody else please take over, I have never worked with Amazon Linux.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/poppler/attachments/20190903/b6c25b1a/attachment-0001.html>
More information about the poppler
mailing list