|
Hi All, I am trying to parse the rdf file but I am getting error while executing following code in ubuntu RDF::Reader.open("http://datagraph.org/jhacker/foaf.rdf") do |reader| reader.each_statement do |statement| puts statement.inspect end end as LoadError: Could not open library 'libraptor': libraptor: cannot open shared object file: No such file or directory. Could not open library 'libraptor.so': libraptor.so: cannot open shared object file: No such file or directory I installed all the required gems: rdf rdf-raptor ffi rdf-json rdf-trix Please help me how to rectify this problem thanks in advance Naveenkumr.R |
|
Did you install it through aptitude or downloaded the packages? It looks like it's possible to install libraptor1 which may contain the missing libs carl@cargil:~$ aptitude search libraptor v libraptor-dev - p libraptor1 - Raptor RDF parser and serializer library p libraptor1-dbg - Raptor RDF parser and serializer library - p libraptor1-dev - Raptor RDF parser and serializer developme p libraptor1-doc - Documentation for the Raptor RDF parser an |

