--On 18. Dezember 2005 10:40:32 +0100 "Stefan H. Holek" <stefan@epy.co.at> wrote:
"make install" does currently not work on 2.9 branch and trunk. I am told that this is because "zpkg cannot do it". I am also told that the tarball would support make install, just not the checkout. I never use tarballs, so I don't know for sure.
I'd very much like to see the canonical "./configure; make; make install" continue to work as it did in 2.7 and 2.8. Sysadmins go crazy if Zope's installation procedure changes with every other release.
I agree. I am also not happy with that. Unfortunately I have currently no clue how to solve this issue (no idea about zpkg). WHat you can do is the following: - copy the checkout to the location where your software home should be - run "configure; make inplace; make instance" -aj