I do install poppler on ubuntu EC2 instances almost every week and have found no problem till now.<div><br></div><div>I believe that just installing libopenjpeg will solve your problem.</div><div><br clear="all">Regards,<br>
Akash Agrawal<br><a href="http://tech-queries.blogspot.com/" target="_blank">http://tech-queries.blogspot.com/</a><br>
<br><br><div class="gmail_quote">On Wed, Jun 6, 2012 at 4:15 AM, Igor Slepchin <span dir="ltr"><<a href="mailto:igor.slepchin@gmail.com" target="_blank">igor.slepchin@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm guessing here but chances are you do not have the header files for the preinstalled libraries on your system. On Fedora these are usually packaged into *-devel packages, i.e., you probably need to do something like<br>
<br>
"sudo yum install zlib-devel libcurl-devel cairo-devel"<br>
<br>
etc.<div class="im"><br>
<br>
On 06/05/2012 06:17 PM, James Ford wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Hi all,<br>
<br>
I've been trying to get Poppler working on an Amazon EC2 AMI - a Linux<br>
based, x64 version, but I'm stumbling - probably because I don't really<br>
understand what I'm doing!<br>
<br>
Here's what I've done so far - first, downloaded the repository to the<br>
directory /home/ec2-user/poppler, and then ran the following commands:<br>
<br></div>
* sudo yum install fontconfig-devel.x86_64 cairo.x86_64 qt47.x86_64<div class="im"><br>
poppler-glib.x86_64 glib2.x86_64 libjpeg-devel.x86_64<br>
libpng-devel.x86_64 libtiff-devel.x86_64 libcurl.x86_64 lcms.x86_64<br>
zlib.x86_64 openjpeg.x86_64<br></div>
* aclocal<br>
* autoreconf -f -i -Wall,no-obsolete<br>
* export CPPFLAGS='-g -O0'<br>
* ./autogen.sh<br>
* make<br>
* make install<div><div class="h5"><br>
<br>
Unfortunately, this isn't working! The status message I get back after<br>
the ./autogen.sh command looks like this:<br>
<br>
Building poppler with support for:<br>
font configuration: fontconfig<br>
splash output: yes<br>
cairo output: no<br>
qt4 wrapper: no<br>
glib wrapper: no<br>
introspection: no<br>
cpp wrapper: yes<br>
use gtk-doc: no<br>
use libjpeg: yes<br>
use libpng: yes<br>
use libtiff: yes<br>
use zlib: no<br>
use libcurl: no<br>
use libopenjpeg: no<br>
use cms: yes<br>
command line utils: yes<br>
<br>
Warning: Using libopenjpeg is recommended<br>
<br>
<br>
It seems to only be picking up the libraries that weren't already<br>
installed on the machine, like libpng, libjpeg etc. Cairo, Zlib and<br>
things like that were already at their latest versions before I started<br>
anything, What I don't seem to be able to do is make the poppler<br>
installation know that those libraries are available.<br>
<br>
Any ideas how I can resolve this? How can I make poppler 'know' that the<br>
cairo libraries are available, for example?<br>
<br>
Thanks,<br>
- James<br>
<br>
<br></div></div>
______________________________<u></u>_________________<br>
poppler mailing list<br>
<a href="mailto:poppler@lists.freedesktop.org" target="_blank">poppler@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/poppler" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/poppler</a><br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
poppler mailing list<br>
<a href="mailto:poppler@lists.freedesktop.org" target="_blank">poppler@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/poppler" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/poppler</a><br>
</blockquote></div><br></div>