[xubuntu-users] xpdf: segmentation fault

Wybo Dekker wybo at xs4all.nl
Wed May 9 22:14:12 UTC 2012


On 2012-05-08 23:27, Wybo Dekker wrote:
> I run xubuntu 12.04 and xpdf produces a segmentation fault on all pdfs:
> 
> $ xpdf main.pdf
> ***** MediaBox = ll:0,0 ur:595.276,841.89
> ***** CropBox = ll:0,0 ur:595.276,841.89
> ***** Rotate = 0
> Segmentation fault (core dumped)
> 
> Is there a solution for this?

Thanks all for the suggestions to use other pdf- readers,
but I definitely want xpdf and I finally solved my problem as follows:

sudo apt-get install libfreetype6-dev libmotif-dev
wget ftp://ftp.foolabs.com/pub/xpdf/xpdf-3.03.tar.gz
tar xzpf xpdf-3.03.tar.gz
cd xpdf-3.03
./configure --with-freetype2-library=/usr/lib/i386-linux-gnu \
    --with-freetype2-includes=/usr/include/freetype2 \
    --with-Xm-library=/usr/lib \
    --with-Xm-includes=/usr/include/Xm
make
sudo make install

-- 
Wybo




More information about the xubuntu-users mailing list