ghostscripts from source

Adam Howard

Well-known member
OK, I'm a little puzzled

I'm trying to install ghostscripts from source.

PHP:
wget http://downloads.ghostscript.com/public/ghostpdl-9.06.tar.gz
 
tar xvfz ghostpdl-9.06
 
cd ghostpdl-9.06
 
/.configure
 
make

And when I try to do make install I get a reply of:

install main/obj/pcl6 /usr/local/bin


I really hate building from source.... Normally it's not hard. But every once in a while something not documented and easily Google`d comes up and it drives me crazy.
 
Top Bottom