Edgewall Software

Changes between Version 60 and Version 61 of TracSubversion


Ignore:
Timestamp:
Aug 7, 2008, 2:59:29 PM (16 years ago)
Author:
anonymous
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • TracSubversion

    v60 v61  
    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
     2695. 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
     271If this is the case, recompile your libneon against expat instead of libxml2.
     272
    269273== Tip for Debian Linux ==
    270274Try to install the Subversion Bindings using apt