[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

undefined symbol: svn_swig_get_application_pool

From: Garrett McGrath <gmcgrath_at_Princeton.EDU>
Date: 2006-10-31 18:24:42 CET

This issue is starting to drive me a bit batty. So i've built svn with the
following config commands:
'./configure' '--prefix=/usr/local' '--with-ssl'
'--with-swig=/usr/local/bin/swig' '--with-apxs=/usr/local/apache2/bin/apxs'
'--with-apr-config=/usr/local/apache2/bin/apr-1-config'
'--with-neon=/usr/local' '--disable-neon-version-check'
'--disable-mod-activation'

I've also run make swig-py and make install-swig-py
 
I've also built neon from the dependancy set for svn 1.4 using:
./configure --prefix=/usr/local/ --enable-shared --enable-static
--with-ssl=openssl --with-libs=/usr/local --enable-tests-install
--with-libxml2 --with-expat
 
ok so this appeared to get everything working. I could run svn to check
things out on http, https, svn, file, etc.
 
Unfortunatly when you go into python and enter 'import svn.repos' I get the
following error (on an asside i get no errors from import svn):
>>> 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 tried everything I can think of including symbolic links for the svn
and libsvn folder in the site-packages area to no avail but really need to
get this fixed so I can get a web respository browser up and running (thru
the trac project manager system by edgewall). I've setup this system on
another system with no issues so I'm not sure what's going on here. The
server is running centos 4.3 (we've done a yum upgrade so it may be 4.4 now,
not sure thou).
 
Any help for this issue would be greatly appreciated.
-Garrett McGrath
Received on Tue Oct 31 18:25:33 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.