Vijay Sankar wrote: > Is it possible that you are installing packages from the wrong > version? I have done that a couple of times because I copied .profile > files from the wrong server > > Is your PKG_PATH set to /pub/OpenBSD/4.9/packages/amd64, for example? >
To avoid release/architecture mixups you could use something like "/pub/OpenBSD/`uname -r`/packages/`uname -m`/". I haven't got a CURRENT system available right know but I reckon `uname -r` could also be used to conditionally set package path to "/pub/OpenBSD/snapshots/packages/`uname -m`/" when running a non-release version.

