Source:
http://rcl.googlecode.com/svn/trunk/linux-utility/lsprepost_install.org
* Original in black (cropped out the pointless info; check original source for full) * Notes by me (Dylan) are red * Commands are in bold _______________________________________________________ * Download the offical 4.0 version of lsprepost ( the command below downloads it ) wget ftp://ftp.lstc.com/outgoing/lsprepost/4.0/linux64/lsprepost-4.0-opensuse102.tgz uncompress it to a specific directory and see README.txt in that directory, e.g. change the DN env variable in lspp4 of that directory, create a soft link to sys dir sudo ln -sf <Your uncompressed lsprepost dir>/lspp4 /usr/local/bin/lspp4 ( I used: sudo ln -sf /usr/local/lsprepost4.0_centos6/lspp4 /usr/local/bin/lspp4 ) * Download libgltiz1 ( the command below downloads it ) wget http://launchpadlibrarian.net/40223619/libglitz1_0.5.6-1build1_amd64.deb * Download the libglitz-glx1 from http://packages.ubuntu.com/lucid/libglitz-glx1 ( the command below downloads it ) wget http://ubuntu.mirror.cambrium.nl/ubuntu//pool/main/g/glitz/libglitz-glx1_0.5.6-1build1_amd64.deb * If still you get libtiff.so.3 is missing (it was for me), you can locate the all the possible version of libtiff by locate libtiff then you can determine the path of a certain version of libtiff, for example /usr/lib/x86_64-linux-gnu/libtiff.so.4 then ln -sf /usr/lib/x86_64-linux-gnu/libtiff.so.4 <Your uncompressed lsprepost dir>/lib/libtiff.so.3 ( There were multiple, but the closest one I found [that worked, too] was at /usr/lib64/libtiff.so.3 ) ( I used: ln -sf /usr/lib64/libtiff.so.3 /usr/local/lsprepost4.0_centos6/lib/libtiff.so.3 )
* Enjoy!! Everything should work fine now open a terminal and then input lspp4 enjoy.