Dave<br>I did as you suggested, recompiled etc.<br> Here are some of ths difficulties I am having:-<br> I cannot install RDF::Query using CPAN. This fails test 2 with an unable to connect to host when testing mysql.<br>
When I open up e.g. demo.pl in Komodo I find that compilation failed in
require for &quot;use RDF::Redland;&quot;. Opening up <a href="http://Redland.pm">Redland.pm</a> I find that the
problem is something to do with <a href="http://Core.pm">Core.pm</a>.<br> I should say at this point
that this is exactly the same problem I had before I wiped my system
and installed Fedora Core 4 (I did this becuase my system was a mess of
failed attempts to more beyond FC1 and I wanted to be sure of have a
compatable system.)<br> So something is wrong in what I am doing or missing out or actually in Redland.<br>
BTW python bindings fail as do others, but that would be because Python
is not on the Path, I think, I really want to concentrate on Perl first
and then Java.<br> Any ideas.<br> <br> Adam<br><br> <br>On 04/03/06, adasal &lt;<a href="mailto:adam.saltiel@gmail.com">adam.saltiel@gmail.com</a>&gt; wrote:<br>&gt; Thanks, I will try that. Will get back with success or otherwise.
<br>&gt; I notice that I also have to do export MALLOC_CHECK_=1<br>&gt; but on its own this doesn't help.<br>&gt; Adam<br>&gt; <br>&gt; <br>&gt; <br>&gt; On 03/03/06, Dave Beckett &lt; <a href="mailto:dave@dajobe.org">dave@dajobe.org
</a>&gt; wrote:<br>&gt; &gt; adasal wrote:<br>&gt; &gt; &gt; Parsing URI (file) ../data/dc.rdf<br>&gt; &gt; &gt; *** glibc detected *** perl: double free or corruption (!prev):<br>&gt; &gt; <br>&gt; &gt; That's probably the bug I sent a patch to redland-dev around last week.
<br>&gt; &gt; Newer glibcs seem to detect more corruptions. <br>&gt; &gt; <br>&gt; &gt; It tends to get mangled by email, but the context should be clear;<br>&gt; &gt; delete the fclose() line.<br>&gt; &gt; <br>&gt; &gt; Dave
<br>&gt; &gt; <br>&gt; &gt; --- redland-1.0.2/librdf/rdf_parser_raptor.c.orig&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 26 Jan 2006<br>&gt; &gt; 04:57:32 -0000&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;1.84<br>&gt; &gt; +++ redland-1.0.2/librdf/rdf_parser_raptor.c&nbsp;&nbsp;&nbsp;&nbsp;19 Feb 2006 20:34:03 -0000
<br>&gt; &gt; @@ -331,7 +331,6 @@<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;}<br>&gt; &gt; <br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;if(feof(context-&gt;fh) || status &lt;1) {<br>&gt; &gt; -&nbsp;&nbsp;&nbsp;&nbsp;fclose(context-&gt;fh);<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;context-&gt;fh=NULL;<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;}
<br>&gt; &gt; <br>&gt; <br>&gt; <br><br>