RE: [Zope] LoginManager - problem when starting Zope
...Not to mention it is in fact wrong! cd lib/python/Products/ZPatterns cp ../../Makefile.pre.in . make -f Makefile.pre.in boot make Oops... Sorry... Regards, Phil +----------------------------------+ | Phil Mayers, Network Support | | Centre for Computing Services | | Imperial College | +----------------------------------+ -----Original Message----- From: Steve Drees [mailto:drees@the-bridge.net] Sent: 28 March 2001 16:39 To: Mayers, Philip J; 'Gitte Wange'; zope@zope.org Subject: RE: [Zope] LoginManager - problem when starting Zope
DynPersist is part of the code you downloaded, but it's a C module. To compile:
cd lib/python/Products/PlugIns cp ../../Makefile.pre.in . make -f Makefile.pre.in boot make
Note: This assumes you installed the source version of zope and built it yourself. If you installed a binary of zope yourself, go grab the source version and start over.
participants (1)
-
Mayers, Philip J