Re: Problem with python boost libraries on amd64?

2008-03-14 Thread Aaron M. Ucko
AFAICT, the problem here essentially amounts to version skew -- the module you're trying to load into Python 2.5 uses a support library currently built only against 2.4 (as that remains Debian's default for now). This combination evidently happens to work without problems on 32-bit architectures,

Problem with python boost libraries on amd64?

2008-03-13 Thread Dominic Hargreaves
Hello, I'm maintaining Debian packages of mapnik[0], a C++ library with python bindings. A bug has been reported with mapnik that I'm having trouble getting to the bottom of: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=468770 I've reproduced the issue on an amd64 box, but not a i386 one.