Installation of Xpdf
Install Xpdf by running the following commands:
./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man \
--with-freetype2-includes=/usr/include/freetype2 \
--with-freetype2-library=/usr/lib \
--with-appdef-dir=/usr/X11R6/lib/X11/app-defaults/ &&
make &&
make install