[Zope] zope 2.7 + debian + py2.3.3 + zlib

Holger Joukl Holger.Joukl at LBBW.de
Tue Jun 15 04:24:38 EDT 2004


> I want to install zope 2.7.0.
> But it needs py2.3.3.
> Ok, I compile it in Debian linux, and I try to configure zope 2.7.
> But it is say to me: the zlib module is cannot be found.
>
> 1. Where I found this module ?

When you build python, some standard directories are searched for libz.so.
I think these are /usr/local/lib and /usr/lib.
Where does libz.so live on your system? If it is in another directory, you
will
either
- have to modify setup.py (see the detect_modules method) or
- give some smart command line option to configure (which I do not know) or
- set some smart environment variable (which one I do not know either:
LDSHARED? LD_LIBRARY_PATH?).

You must have libz.so and the appropriate headers on your system, of
course.

G
  H.

Der Inhalt dieser E-Mail ist vertraulich. Falls Sie nicht der angegebene
Empfänger sind oder falls diese E-Mail irrtümlich an Sie adressiert wurde,
verständigen Sie bitte den Absender sofort und löschen Sie die E-Mail
sodann. Das unerlaubte Kopieren sowie die unbefugte Übermittlung sind nicht
gestattet. Die Sicherheit von Übermittlungen per E-Mail kann nicht
garantiert werden. Falls Sie eine Bestätigung wünschen, fordern Sie bitte
den Inhalt der E-Mail als Hardcopy an.

The contents of this  e-mail are confidential. If you are not the named
addressee or if this transmission has been addressed to you in error,
please notify the sender immediately and then delete this e-mail.  Any
unauthorized copying and transmission is forbidden. E-Mail transmission
cannot be guaranteed to be secure. If verification is required, please
request a hard copy version.





More information about the Python-list mailing list