[redland-dev] Python bindings unknown symbol error

Dave Beckett dave at dajobe.org
Sat Mar 27 15:15:57 CET 2010


Chris Wj wrote:
> I compiled from the git repo (from 3-26-2010) and everything compiled
> and installed correctly, but when I try to use the python bindings I get:
> 
> ImportError:
> /home/prima/opt/redland/usr/lib/python2.6/site-packages/Redland.so:
> undefined symbol: raptor_locator_uri
> 
> PYTHONPATH is set to look at the site-packages directory and
> LD_LIBRARY_PATH set to the location of the redland libs.
> 
> Is the a problem on my end?

raptor GIT is now raptor2, with a major ABI/API change.  The language
bindings haven't been updated to handle the change yet.  If you
want stability, use raptor's 'raptor1' branch or better: use
tarballs.

Dave



More information about the redland-dev mailing list