[Zope] Problems with Zope 2.1.0 install on RH 5.2
Constantin Teodorescu
teo@flex.ro
Sat, 04 Dec 1999 18:44:19 +0200
RedHat 5.2 , Zope 2.1.0 final
Run the ./install script as root, it crashes with segmentation fault,
core dumped.
Installed python-1.5.2 RPM and replace the binary bin/python with the
/usr/bin/python
Now it started but:
Traceback (innermost last):
File "inst/binary_install.py", line 155, in ?
if __name__=='__main__': main(sys.argv)
File "inst/binary_install.py", line 146, in main
import zpasswd; zpasswd.write_access(home, user, group)
File "/usr/local/Zope-2.1.0-linux2-x86/zpasswd.py", line 90, in ?
import sys, string, sha, binascii, whrandom, getopt, getpass, os
ImportError: No module named sha
I decided to run explicitly the command:
[root@ibm Zope-2.1.0-linux2-x86]# python inst/binary_install.py
Installing works now (somehow) gives me the superuser password but it
won't start!
Message:
[root@ibm Zope-2.1.0-linux2-x86]# ./start
Traceback (innermost last):
File "/usr/local/Zope-2.1.0-linux2-x86/z2.py", line 427, in ?
import ZServer
File "/usr/local/Zope-2.1.0-linux2-x86/ZServer/__init__.py", line 87,
in ?
from medusa import max_sockets, asyncore
File "/usr/local/Zope-2.1.0-linux2-x86/ZServer/medusa/max_sockets.py",
line 3, in ?
import socket
ImportError: No module named socket
Any clues?
Please Cc: on teo@flex.ro
Teo