I have now tried to use the FreeBSD ports. There is a port for zope-2.3.2 and it is dependant on python-2.1. But I now get another different error.. su-2.03# ./start Traceback (most recent call last): File "/usr/local/www/Zope/z2.py", line 542, in ? import ZServer File "/usr/local/www/Zope/ZServer/__init__.py", line 87, in ? from medusa import max_sockets, asyncore File "/usr/local/www/Zope/ZServer/medusa/max_sockets.py", line 2, in ? import socket File "/usr/local/lib/python2.1/socket.py", line 41, in ? from _socket import * ImportError: Shared object "libssl.so.2" not found I am not having too much luck at all. Every way I turn Zope won't start. I am reluctant to go back to Zope2.2.2. Any suggestions Please! Tom => -----Original Message----- => From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of => Leonard Sitongia => Sent: Monday, 28 May 2001 12:31 PM => To: Tom Cameron; Phil Harris; zope@zope.org => Subject: Re: [Zope] Zope won't start => => => I found a fix to the "no module new" from searching the web: comment => out the Python Modules/Setup configuration of "new newmodule.c". => => I couldn't get around the PyMethod_Type problem, so I built Python => and Zope (2.2.2) from the ports. Now I have Zope running, but => I can't use the manage interface because the zopemaster password => doesn't work, even when I reset it with post-install instructions of => => python zpasswd.py -u <username> -p <passwd> -e CLEARTEXT access => => Did my attempts at source-install with it's "admin" account password => corrupt the acl for the ports-install? Something wrong with cleartext => authentication? This authentication stuff is a hurdle. I think => I understand => that using zpasswd creates and "emergency" account, which can't do => everything. Why do different "distrubutions" have different management => passwords? Is there a concept of a "root" account that has authority to => do everything? Does it have a unique name? Is this different from the => emergency account? Whew! => => ==Leonard => => _______________________________________________ => Zope maillist - Zope@zope.org => http://lists.zope.org/mailman/listinfo/zope => ** No cross posts or HTML encoding! ** => (Related lists - => http://lists.zope.org/mailman/listinfo/zope-announce => http://lists.zope.org/mailman/listinfo/zope-dev ) =>