Why zlib not included in Python tarball?

M

Milos Prudek

I need to install my own Python. I compiled Python 2.4.4 from sources. zlib
did not compile - it's not in the lib-dynload directory.

I did not have this problem with any of my earlier Python compiles. I
routinely compile Python from source.

What is the correct procedure for installing zlib from source into Python?
 
?

=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=

I need to install my own Python. I compiled Python 2.4.4 from sources. zlib
did not compile - it's not in the lib-dynload directory.

I did not have this problem with any of my earlier Python compiles. I
routinely compile Python from source.

What is the correct procedure for installing zlib from source into Python?

Depends on the operating system and the Python version. On Unix, you
need to install zlib first; if you install a precompiled zlib package,
make sure you install the header files as well.

Regards,
Martin
 
?

=?ISO-8859-1?Q?=22Martin_v=2E_L=F6wis=22?=

I need to install my own Python. I compiled Python 2.4.4 from sources. zlib
did not compile - it's not in the lib-dynload directory.

I did not have this problem with any of my earlier Python compiles. I
routinely compile Python from source.

What is the correct procedure for installing zlib from source into Python?

Depends on the operating system and the Python version. On Unix, you
need to install zlib first; if you install a precompiled zlib package,
make sure you install the header files as well.

Regards,
Martin
 
M

Milos Prudek

Depends on the operating system and the Python version. On Unix, you
need to install zlib first; if you install a precompiled zlib package,
make sure you install the header files as well.

You were right. Thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Staff online

Members online

Forum statistics

Threads
473,767
Messages
2,569,571
Members
45,045
Latest member
DRCM

Latest Threads

Top