[Lxml-checkins] r51232 - in lxml/trunk: . doc

scoder at codespeak.net scoder at codespeak.net
Sun Feb 3 21:00:57 CET 2008


Author: scoder
Date: Sun Feb  3 21:00:56 2008
New Revision: 51232

Modified:
   lxml/trunk/   (props changed)
   lxml/trunk/doc/build.txt
Log:
 r3405 at delle:  sbehnel | 2008-02-02 16:32:10 +0100
 doc clarification


Modified: lxml/trunk/doc/build.txt
==============================================================================
--- lxml/trunk/doc/build.txt	(original)
+++ lxml/trunk/doc/build.txt	Sun Feb  3 21:00:56 2008
@@ -165,10 +165,11 @@
 an older version.  The result can be segfaults on this platform that are hard
 to track down.
 
-To make sure the newer libxml2 and libxslt versions are used (e.g. under
-fink), you should add the directory where you installed the libraries to the
-``DYLD_LIBRARY_PATH`` environment variable.  This seems to fix a lot of
-problems for users.
+To make sure the newer libxml2 and libxslt versions are used
+(e.g. those provided by fink or macports), you should add the
+directory where you installed the libraries to the
+``DYLD_LIBRARY_PATH`` environment variable *at runtime* (i.e. not just
+at build time).  This seems to fix a lot of problems for users.
 
 Alternatively, you can build lxml statically.  A way to do this on MS Windows
 is described in the next section, but it should be easy to adapt it for


More information about the lxml-checkins mailing list