On Feb 2, 2008 12:34 AM, Stefan Behnel <stefan_ml@behnel.de> wrote:
Could you please try two things:
- uninstall Cython (you do not need it to build from release sources) or make sure it is at least 0.9.6.11b (with a 'b'), not only 0.9.6.11, which has bugs
- set DYLD_LIBRARY_PATH as explained here:
http://codespeak.net/lxml/build.html#providing-newer-library-versions-on-mac...
These did not work.
If that doesn't work, try building statically to make sure MacOS-X gets your libs right (which you definitely want for a production environment).
My production deployment will actually be on Debian Linux; this is just my development machine. That said, I tried looking at the static build directions, but they're for Windows. I did download all the source archives for the various libraries, but I believe I have to configure them in a certain way for the static build? At any rate, the directories aren't the same as in the Windows example, and I'm not sure which directories are the right ones.