On 10 February 2014 05:21, Rob Fabry <[email protected]> wrote: > I'm trying to install OpenBSD on a new machine so I can learn how > to setup a > router, but running into a strange problem. > > A Supermicro 5015A-H with Intel > Atom 330 at 1.6 GHz > > When I tried to install the unbound package, it can't > find it > (even though it's in the directory, and the shell autocompletes > the > name) > > # pkg_add unbound_1.4.20.tgz > Can't find package unbound_1.4.20.tgz > (adding multiple -v doesn't elaborate on the problem) > Any thoughts on what is this problem with finding method "new" > ?
Hello Rob, please read http://www.openbsd.org/faq/faq15.html. In addition what does this command print? $ env |grep PKG_PATH *Hint it's covered in here* http://www.openbsd.org/faq/faq15.html#Easy. Yet another hint: http://www.openbsd.org/faq/faq15.html#PkgInstall. And finally the answer, you must use the absolute path when installing packages without the PKG_PATH set. Regards, Ville

