Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
moin,
i like to use trac on my dns323 but python is missing the modul svn so i compiled und installed:
swig-2.0.0
./configure --prefix=/ffp/
make
make install
arp-1.4.2
./configure --prefix=/ffp/
make
make install
arp-util-1.3.9
./configure --prefix=/ffp/
make
make install
subversion-1.5.7
./configure --prefix=/ffp/ --with-ssl --without-berkeley-db --with-apr=/ffp/bin/apr-1-config --with-apr-util=/ffp/bin/apu-1-config
make
make install
make swig-py
make check-swig-py
=>
cd /ffp/src/subversion-1.5.7/subversion/bindings/swig/python; \
/ffp/bin/python /ffp/src/subversion-1.5.7/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 anybody help me?
thanks
mr.betatester
Offline
it work ^^ i add following code:
import dl import sys sys.setdlopenflags(dl.RTLD_LAZY)
at the top of /ffp/lib/pythin2.5/site-package/libsvn/__init__.py and /ffp/lib/pythin2.5/site-package/svn/__init__.py
now is works fine ;-) i'm so happy ^^
Offline