[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: package install problem
According to Pavlin Petkov:
> I have a problems installing ispell. it says:
>
> sh: ./+INSTALL: Permission denied
> pkg_add: install script returned error status
>
Are'nt you (by chance) mounting /var with the noexec option ?
pkg_add(1) need to be able to execute scripts in /var/tmp (see the man
page for details).
You can either mount /var without noexec or set the PKG_TMPDIR
environment variable to something appropriate.
Loïc.