[lxml-dev] Crash on OSX

Stefan Behnel stefan_ml at behnel.de
Tue Jan 13 08:54:29 CET 2009


F Wolff wrote:
> Op Ma, 2009-01-12 om 15:40 +0100 skryf Stefan Behnel:
>> F Wolff wrote:
>> > I recently managed to install lxml on OSX. Unfortunately the only way
>> to
>> > get it installed was from the SVN checkout linking to libxml2 etc from
>> > macports
>>
>> Could you rebuild lxml with --static-deps?
>
> I attach a new error report. Let me know if anything else is necessary.

I still find this line in the log:

<d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib

This means that the outdated system libxml2 is loaded. Building with
"--static-deps" should build the lxml binaries with libxml2 and libxslt
statically included, so that they no longer have a dependency on an
external version of the libraries.

Could you send in a copy of the build log where you build with this option
enabled?

Stefan



More information about the lxml-dev mailing list