Hi. I'm running NetBSD 1.6 on a Pentium system. UI installed Zope from netbsd's pkgsrc which is like FreeBSD's ports collection. There is no start script at all. zope-2.2.2 is what I have. As for python it's python20-2.0.1nb2. So I figured out that /usr/pkg/lib/zope/inst/make_start.py should be able to generate a start script. It cannot. If I run python /usr/pkg/lib/zope/inst/make_start.py I get: Error: Zope requires Python thread support! The Makefile for python on my system says that python pth is a dependency: /usr/pkgsrc/lang/python# grep -i pth * pyversion.mk:BUILDLINK_DEPENDS.python21pth?= python21-pth>=2.1 pyversion.mk:_PYTHON_VERSION_21pth_INSTALLED=yes pyversion.mk:.elif ${_PYTHON_VERSION} == "21pth" pyversion.mk:PYPKGSRCDIR= ../../lang/python21-pth pyversion.mk:PYDEPENDENCY= ${BUILDLINK_DEPENDS.python21pth}:${PYPKGSRCDIR} pyversion.mk:PYPKGPREFIX= py21pth pyversion.mk:. include "../../devel/pth/buildlink2.mk" pyversion.mk:. include "../../devel/pth/buildlink.mk" srcdist.mk:.elif ${_PYTHON_VERSION} == "21" || ${_PYTHON_VERSION} == "21pth" Can anyone help please? __________________________________________________ Do you Yahoo!? Faith Hill - Exclusive Performances, Videos & More http://faith.yahoo.com
On Mon, Oct 07, 2002 at 03:10:33PM -0700, Matthew Herzog wrote:
Hi. I'm running NetBSD 1.6 on a Pentium system. UI installed Zope from netbsd's pkgsrc which is like FreeBSD's ports collection. There is no start script at all. zope-2.2.2 is what I have. As for python it's python20-2.0.1nb2.
These are really really ancient at this point. I don't think you want to run those. The current stable release, which is the most reliable I've yet used, is zope 2.5.1 and python 2.1.3. -- Paul Winkler "Welcome to Muppet Labs, where the future is made - today!"
participants (2)
-
Matthew Herzog -
Paul Winkler