On 2008-02-07 15:49:31 +0100, Christian Zagrodnick <[EMAIL PROTECTED]> said:
> Hi there, > > we tend to build libxml2, libxslt and lxml in our buildouts together > > (see below for the config). While building works without any problem, > > when we use lxml (in tests for instance) the custom built shared > > libraries are not used but the system libraries. > > The zc.recipe.egg documentation is quite a bit missleading: > > rpath: A new-line separated list of directories to search for > > dynamic libraries at run time. > > Runtime is apparently referencing the compile time? > > > How could we use the built shared libraries? Should the scripts > > buildout creates set those paths? Right, it seems I was to fast in writing this. Apparently the dynamic linking works as one would expect. But lxml calls xslt-config to find the library directory. xslt-config is just called from the path which is of course the wrong one. So once I get lxml to do the right thing, we're fine. Thanks for listening :) -- Christian Zagrodnick gocept gmbh & co. kg · forsterstrasse 29 · 06112 halle/saale www.gocept.com · fon. +49 345 12298894 · fax. +49 345 12298891 _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
