Problems with Zope 2.1.0 install on RH 5.2
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
Constantin Teodorescu wrote:
RedHat 5.2 , Zope 2.1.0 final
Run the ./install script as root, it crashes with segmentation fault, core dumped.
Any clues?
From an earlier list message: ------------------------------------------------------------ We recently had to rebuild the binaries for the linux dist. (for all of them actually, to make sure that _localemodule was included by default). At the time, I didn't realize that the dev. machine had been "upgraded" to glibc2.1 :( The upshot is that the linux binary currently on the website is currently only usable for RH 6.0 users. If you _must_ upgrade before Monday and you are on 5.x, you will want to get the source distribution and build it yourself. Monday we will get the binaries for the linux binary dist. rebuilt on a 5.x machine and do some testing. Then I'll update the release on the site and we'll hopefully have a binary that's good for both 5.x and 6.x. ---------------------------------------------------------- HTH, -------------------------------------------------------------------------------- Tim Cook, Coordinator FreePM Project | Chairman, Obion County http://www.freepm.org | Libertarian Party of Open Source for a Free World | Tennessee --------------------------------------------------------------------------------
participants (2)
-
Constantin Teodorescu -
Tim Cook