|
Nov 19, 2005 at 07:34 AM |
|
If anyone doing this upgrade in FreeBSD is running their /tmp directory as nosuid,noexec
It won't work and you will get an error along the lines of:
./+INSTALL: permission denied
pkg_add: install script returned error status
You can fix this ploblem with run:
setenv PKG_TMPDIR /home/user/tmp etc /home/admin/tmp
|