Subject: Re: Help for "can not find install-sh..."
To: Peter Kozberski <pkoz@adam.com.au>
From: Frederick Bruckman <fredb@immanent.net>
List: netbsd-help
Date: 06/16/2002 22:11:17
On Mon, 17 Jun 2002, Peter Kozberski wrote:

> ===> Extracting for kdegraphics-2.2.2nb1
> ===> Required package ghostscript>=6.01: NOT found
> ===> Verifying reinstall for ../../print/ghostscript
> ===> Configuring for ghostscript-6.01nb4
> loading cache ./config.cache
> checking for a BSD compatible install... (cached) /usr/bin/install -c

Notice that it doesn't actually extract ghostscript. Do you have an
old work directory there? What happens if you do a

	make clean
	make deinstall
	make install # or "make package"

in print/ghostscript?


Frederick