Installing Ghostscript 9.04.1 and lcms2-2.3
Posted: Tue Feb 28, 2012 12:20 am
CUPS can not print due to "Unsupported format 'application/postscript'!"
So I went to download ghostscript 9.04.1
During configure process, it complained about missing lcms or lcms2.
I went tp get lcms2-2.3:
Then, configure:
Make and make install went smoothly.
I then went back to configure ghostscript.
So I went to download ghostscript 9.04.1
Code: Select all
wget ftp://mirrors.kernel.org/gnu/ghostscript/gnu-ghostscript-9.04.1.tar.bz2
Code: Select all
configure --with-libiconv=gnu --with-drivers=HP
Code: Select all
wget http://downloads.sourceforge.net/lcms/lcms2-2.3.tar.gz
Code: Select all
configure --prefix=/usr --disable-static
Code: Select all
make
make install