cryptmodule.c and etcUserFolder
In the docs for the etcUserFolder package, it says "you will need to either get the cryptmodule.c (from Python) and compile it, or copy your existing cryptmodule.so file into Zope's path." I don't (1) know how to compile this module, or (2) already have a cryptmodule.so. Could someone point me to docs on how to compile this module? Any and all help would be appreciated. Regards, Erick
At 11:53 PM 4/27/00 -0700, you wrote:
In the docs for the etcUserFolder package, it says "you will need to either get the cryptmodule.c (from Python) and compile it, or copy your existing cryptmodule.so file into Zope's path."
I don't (1) know how to compile this module, or (2) already have a cryptmodule.so.
Usually it is installed in packages now. See whether you have it (as root): > find / -name cryptmodule.so If one is found just copy it to /Zope/lib/python You can use the standard Python source distribution to compile it. In the Setup.in under /Modules, just activate the crypt module. Then compile Python as usual. Hint: You always should edit the Setup,in file when compiling Python, since it contains many other libraries you might want. Regards, Stephan -- Stephan Richter - (901) 573-3308 - srichter@cbu.edu CBU - Physics & Chemistry; Framework Web - Web Design & Development PGP Key: 735E C61E 5C64 F430 4F9C 798E DCA2 07E3 E42B 5391
participants (2)
-
Erick Mechler -
Stephan Richter