On Mon, Jul 05, 2010 at 08:10:35PM +0200, Ronald Geisler wrote:
> r...@betanas:/ffp/src/subversion-1.6.12# make check-swig-py
> cd /ffp/src/subversion-1.6.12/subversion/bindings/swig/python; \
>           /ffp/bin/python
> /ffp/src/subversion-1.6.12/subversion/bindings/swig/python/tests/run_all.py
> /ffp/bin/python: can't resolve symbol 'apr_uuid_parse'
> make: *** [check-swig-py] Error 1
> 
> can you help me?

My guess is that you need to run:
  export LD_LIBRARY_PATH=/ffp/lib
before running the python tests.

Stefan

Reply via email to