J Sisson wrote: > On Wed, Sep 30, 2009 at 3:40 PM, Chris <[email protected]> wrote: > >> What I compiled doesn't actually install, because it does not have the >> configure option compiled into it that I dictated. I'm not sure where >> it is pulling its php binary from... >> >> > Read your error message: > > ===> Installing php5-core-5.2.10 from /usr/ports/packages/amd64/all/ > > You need to delete that package tarball and make install from ports again. > > For the archives, the FAQ for Ports, has the following information:
http://www.openbsd.org/faq/faq15.html Since you're cleaning up previous ports builds to ensure a sane environment you want to look at some of the clean options such as: make clean=packages (i.e. you would end up doing something like: make clean=packages && make install BULK=yes )

