Installing Ghostscript 9.04.1 and lcms2-2.3

Moderator: cah

Post Reply
cah
General of the Army / Fleet Admiral / General of the Air Force
General of the Army / Fleet Admiral / General of the Air Force
Posts: 1342
Joined: Sun Aug 17, 2008 5:05 am

Installing Ghostscript 9.04.1 and lcms2-2.3

Post by cah »

CUPS can not print due to "Unsupported format 'application/postscript'!"

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
During configure process, it complained about missing lcms or lcms2.

Code: Select all

configure --with-libiconv=gnu   --with-drivers=HP
I went tp get lcms2-2.3:

Code: Select all

wget http://downloads.sourceforge.net/lcms/lcms2-2.3.tar.gz
Then, configure:

Code: Select all

configure --prefix=/usr --disable-static
Make and make install went smoothly.

Code: Select all

make
make install
I then went back to configure ghostscript.
CAH, The Great
cah
General of the Army / Fleet Admiral / General of the Air Force
General of the Army / Fleet Admiral / General of the Air Force
Posts: 1342
Joined: Sun Aug 17, 2008 5:05 am

Installing Ghostscript 9.04.1 and lcms2-2.3 didn't help

Post by cah »

With or without Ghostscript doesn't make any difference.
Need to go through some Sun documents to see what is going on.

http://docs.oracle.com/cd/E19082-01/819-7761/index.html
CAH, The Great
Post Reply