|
|
发表于 2008-7-15 13:48:04
|
显示全部楼层
要运行plone-3可以先装好python-2.4和zope-2.10,建好zope-2.10的zope实例,将plone-3的products复制过来,
- $ cd zope-inst
- $ cp -Ra /usr/share/zproduct/plone-3.0.3/lib/python/* lib/python/
- $ cp -Ra /usr/share/zproduct/plone-3.0.3/Products/* Products/
- $ bin/run-zope -X debug-mode=on
复制代码
此时运行的ZMI中已可以看到plone-site的添加。
已经安装python-2.4和zope-2.10.6 并完成上边的复制过程
在执行- $ bin/run-zope -X debug-mode=on
复制代码 时出现如下错误
Traceback (most recent call last):
File "/usr/lib/zope-2.10.6/lib/python/Zope2/Startup/run.py", line 56, in ?
run()
File "/usr/lib/zope-2.10.6/lib/python/Zope2/Startup/run.py", line 21, in run
starter.prepare()
File "/usr/lib/zope-2.10.6/lib/python/Zope2/Startup/__init__.py", line 96, in prepare
self.setupServers()
File "/usr/lib/zope-2.10.6/lib/python/Zope2/Startup/__init__.py", line 229, in setupServers
raise ZConfig.ConfigurationError(socket_err
ZConfig.ConfigurationError: There was a problem starting a server of type "HTTPServer". This may mean that your user does not have permission to bind to the port which the server is trying to use or the port may already be in use by another application. (Address already in use)
--------------------------------
此时运行的ZMI中还是[color="Red"]看不到plone-site的添加。
该如何处理呢 ? |
|