This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients barry, christian.heimes, eric.araujo, jcea, loewis, ncoghlan, python-dev, sandro.tosi, skrah
Date 2011-09-12.11:55:24
SpamBayes Score 0.0005144212
Marked as misclassified No
Message-id <1315828524.83.0.215737505013.issue11715@psf.upfronthosting.co.za>
In-reply-to
Content
Update:

It turns out that zlib1g-dev adds a symlink from /usr/lib/x86_64-linux-gnu/libz.so to /lib/x86_64-linux-gnu/libz.so.1 .

$ locate libz.
/lib/x86_64-linux-gnu/libz.so.1
/lib/x86_64-linux-gnu/libz.so.1.2.3.4
/usr/lib/x86_64-linux-gnu/libz.a
/usr/lib/x86_64-linux-gnu/libz.so

Perhaps this symlink is missing on Nick's installation. It might be a wise idea to add /lib/MULTIARCH to the library search paths, too.
History
Date User Action Args
2011-09-12 11:55:24christian.heimessetrecipients: + christian.heimes, loewis, barry, jcea, ncoghlan, eric.araujo, skrah, sandro.tosi, python-dev
2011-09-12 11:55:24christian.heimessetmessageid: <1315828524.83.0.215737505013.issue11715@psf.upfronthosting.co.za>
2011-09-12 11:55:24christian.heimeslinkissue11715 messages
2011-09-12 11:55:24christian.heimescreate