DSM-G600, DNS-3xx and NSA-220 Hack Forum

Unfortunately no one can be told what fun_plug is - you have to see it for yourself.

You are not logged in.

Announcement

#1 2010-07-05 10:11:52

Mr.Betatester
Member
Registered: 2010-06-26
Posts: 5

subversion with python

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

 

#2 2010-07-05 12:49:25

oxygen
Member
Registered: 2008-03-01
Posts: 320
Website

Re: subversion with python

the dns-323 is ridicously slow. dont waste your time, you won't have fun running sophisticated web apps.

Last edited by oxygen (2010-07-05 12:49:42)

Offline

 

#3 2011-03-18 12:38:41

Mr.Betatester
Member
Registered: 2010-06-26
Posts: 5

Re: subversion with python

it work ^^ i add following code:

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

 

Board footer

Powered by PunBB
© Copyright 2002–2010 PunBB