I've been having a very similar problem with SVN that I can't seem to
resolve, when I try to load svn's python bindings i get the following:
>>> import svn.repos
Traceback (most recent call last):
File "<stdin>", line 1, in ?
File "/usr/local/lib/svn-python/svn/repos.py", line 19, in ?
from libsvn.repos import *
File "/usr/local/lib/svn-python/libsvn/repos.py", line 5, in ?
import _repos
ImportError: /usr/local/lib/svn-python/libsvn/_repos.so: undefined
symbol: svn_swig_get_application_pool
I've build svn with:
'./configure' '--prefix=/usr/local' '--with-ssl' '--with-swig'
'--with-apxs=/usr/local/apache2/bin/apxs'
'--with-apr-config=/usr/local/apache2/bin/apr-1-config'
'--with-neon=/us
r/local' '--disable-neon-version-check' '--disable-mod-activation'
and run make swig-py and make install-swig-py. This configuration is
so that http and https support are enabled on my system (we need it
here). I've also added symbolic links from the python site-packages
area to the svn bindings (to no avail) then changed to a .pth file with
similarly little results.
I've also built neon with the following commands:
./configure --prefix=/usr/local/ --enable-shared --enable-static
--with-ssl=openssl --with-libs=/usr/local --enable-tests-install
--with-libxml2 --with-expat
to enable afore mentioned http and https capacity.
I can't for the life of me figure out what's going on here, any help
would be appreciated.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/trac-users
-~----------~----~----~----~------~----~------~--~---