Hi all,<div><br></div><div>I've been trying to get Poppler working on an Amazon EC2 AMI - a Linux based, x64 version, but I'm stumbling - probably because I don't really understand what I'm doing!</div><div>
<br></div><div>Here's what I've done so far - first, downloaded the repository to the directory /home/ec2-user/poppler, and then ran the following commands:</div><div><div><ul><li>sudo yum install fontconfig-devel.x86_64 cairo.x86_64 qt47.x86_64 poppler-glib.x86_64 glib2.x86_64 libjpeg-devel.x86_64 libpng-devel.x86_64 libtiff-devel.x86_64 libcurl.x86_64 lcms.x86_64 zlib.x86_64 openjpeg.x86_64</li>
<li>aclocal</li><li>autoreconf -f -i -Wall,no-obsolete</li><li>export CPPFLAGS='-g -O0'</li><li>./autogen.sh</li><li>make</li><li>make install</li></ul><div>Unfortunately, this isn't working! The status message I get back after the ./autogen.sh command looks like this:</div>
</div></div><div><br></div><blockquote style="margin:0 0 0 40px;border:none;padding:0px"><div><div>Building poppler with support for:</div></div><div><div> font configuration: fontconfig</div></div><div><div> splash output: yes</div>
</div><div><div> cairo output: no</div></div><div><div> qt4 wrapper: no</div></div><div><div> glib wrapper: no</div></div><div><div> introspection: no</div></div><div><div> cpp wrapper: yes</div>
</div><div><div> use gtk-doc: no</div></div><div><div> use libjpeg: yes</div></div><div><div> use libpng: yes</div></div><div><div> use libtiff: yes</div></div><div><div> use zlib: no</div>
</div><div><div> use libcurl: no</div></div><div><div> use libopenjpeg: no</div></div><div><div> use cms: yes</div></div><div><div> command line utils: yes</div></div><div><div><br></div></div><div>
<div> Warning: Using libopenjpeg is recommended</div></div></blockquote><div><br></div><div>It seems to only be picking up the libraries that weren't already installed on the machine, like libpng, libjpeg etc. Cairo, Zlib and things like that were already at their latest versions before I started anything, What I don't seem to be able to do is make the poppler installation know that those libraries are available.</div>
<div><br></div><div>Any ideas how I can resolve this? How can I make poppler 'know' that the cairo libraries are available, for example?</div><div><br></div><div>Thanks,</div><div> - James</div>