I downloaded, compiled, and installed the tarballs (raptor-1.4.21.tar.gz, rasqal-0.9.19.tar.gz, redland-1.0.10.tar.gz, redland-bindings-1.0.10.1.tar.gz). Now, when importing the library, I get this error:
In [1]: import RDF python: symbol lookup error: /home/prima/opt/redland/lib/redland/librdf_storage_virtuoso.so: undefined symbol: librdf_storage_register_factory On Sat, Mar 27, 2010 at 11:06 AM, Chris Wj <[email protected]> wrote: > Aha, thanks for the heads up Dave; and thanks for the great work with the > libraries. > > Chris > > > On Sat, Mar 27, 2010 at 10:15 AM, Dave Beckett <[email protected]> wrote: > >> 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 >> >> >
_______________________________________________ redland-dev mailing list [email protected] http://lists.librdf.org/mailman/listinfo/redland-dev
