Edgewall Software

Changes between Version 61 and Version 62 of TracSubversion


Ignore:
Timestamp:
Aug 7, 2008, 3:20:21 PM (16 years ago)
Author:
edwin@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v61 v62  
    267267If this works, you need to add the library path permanently. There are two options for this. Either add it in the Apache configuration file (http://httpd.apache.org/docs/2.2/mod/mod_env.html#setenv) or at the system level by adding the path to /etc/ld.so.conf, and then run ldconfig. More information on shared libraries can be found here: http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html
    268268
    269 5. if you're getting 'undefined symbol: xmlCreatePushParserCtxt' while running make check-swig-py, it seems your libneon is compiled against libxml2. You can get around the error by issueing export LD_PRELOAD=libxml2.
    270 
    271 If this is the case, recompile your libneon against expat instead of libxml2.
     2695. if you're getting 'undefined symbol: xmlCreatePushParserCtxt' while running make check-swig-py, it could be that your libneon is compiled against libxml2. If this is the case, try to recompile your libneon against expat instead of libxml2.
    272270
    273271== Tip for Debian Linux ==