NeoArch

What's past is prologue; what's present is weblog

Installing xpdf on RHEL 5

with 3 comments

Recently, I had reason to install xpdf on RHEL 5 for use with DSpace. I had already installed freetype, but for some reason, the xpdf configure file was not able to find the freetype2.

I finally got this configured after running the following

freetype-config --cflags

This gave the output of -I/usr/include/freetype2

Next, I used that path with the configure command as follows:

./configure --with-freetype2-includes=/usr/include/freetype2/

After that, it configured perfectly.

About these ads

Written by Jason Fowler

November 23, 2009 at 12:57 pm

Posted in dspace

Tagged with

3 Responses

Subscribe to comments with RSS.

  1. Greet post, although simple.
    It alread helped me but I got stuck with the following when running configure:

    configure: WARNING: Couldn’t find X
    configure: WARNING: Couldn’t find Motif
    configure: WARNING: — You will be able to compile pdftops, pdftotext,
    pdfinfo, pdffonts, and pdfimages, but not xpdf or pdftoppm

    Is there a way to combine the output of each one (Motif and X) to configure properly?
    Anyway, tks because 1/3 of the problem is solved…

    Denis Vinny

    December 4, 2010 at 12:01 pm

  2. I am having the exact same issue. Was able to fix the freetype issue. I am trying to install the pdftohtml program and it continues to fail do to the xpdf not being installed.

    Any help would be appreciated! Thank you!

    Matt VM

    April 9, 2011 at 10:51 am

  3. Your own post, “Installing xpdf on RHEL 5 NeoArch” ended up being well worth writing a comment here!
    Basically needed to state you really did a great
    job. Thank you -Simone


Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out / Change )

Twitter picture

You are commenting using your Twitter account. Log Out / Change )

Facebook photo

You are commenting using your Facebook account. Log Out / Change )

Connecting to %s

Follow

Get every new post delivered to your Inbox.

Join 887 other followers

%d bloggers like this: