On Fri, 24 Mar 2000, Eddie Maddox wrote: :On Fri, 24 Mar 2000, Michel Pelletier wrote: : :> way, then make sure that 'nobody' can at least read everything, and can : :Ok. I unpack, then chown -R nobody Z..., cd Z..., ./install, ./start. : :"... :socket.error: (98, 'Address already in use')" the 'address' mentioned there is the port (one of the ports) zope is listening on. this means either you already have some process (zope?) listening there or your os thinks that there is some process on this port. in the former case look if there's one of your zope processes still there (e.g. 'ps auxw | grep python' to list your python processes (on linux)) or if there's some other process using it ('socklist' will tell you if its in use); in the latter wait a little, the os will usually grok this eventually. hth, peter. -- _________________________________________________ peter sabaini, mailto: sabaini@niil.at -------------------------------------------------