[Python-Dev] Debian wheezy, amd64: make not finding files for bz2 and other packages (original) (raw)

Chris Angelico rosuav at gmail.com
Sat May 5 03:20:39 CEST 2012


On Sat, May 5, 2012 at 4:07 AM, Edward C. Jones <edcjones at comcast.net> wrote:

/usr/include/bzlib.h /usr/lib/x8664-linux-gnu/libbz2.a /usr/lib/x8664-linux-gnu/libbz2.so /lib/x8664-linux-gnu/libbz2.so.1 /lib/x8664-linux-gnu/libbz2.so.1.0 /lib/x8664-linux-gnu/libbz2.so.1.0.4

I have an Ubuntu Maverick 64-bit system, not identical but hopefully similar to your Debian. I have /usr/include/bzlib.h, but the others are all one directory level higher - /usr/lib/libbz2.a, /lib/libbz2.so.1.0.4, etc. Does your /etc/ld.so.conf.d mention the appropriate directories?

ChrisA



More information about the Python-Dev mailing list