Fwd: [redland-dev] redland in fedora core 4

adasal adam.saltiel at gmail.com
Mon Mar 6 19:50:02 GMT 2006


Dave
I did as you suggested, recompiled etc.
Here are some of ths difficulties I am having:-
I cannot install RDF::Query using CPAN. This fails test 2 with an unable to
connect to host when testing mysql.
When I open up e.g. demo.pl in Komodo I find that compilation failed in
require for "use RDF::Redland;". Opening up Redland.pm I find that the
problem is something to do with Core.pm.
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.)
So something is wrong in what I am doing or missing out or actually in
Redland.
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.
Any ideas.

Adam


On 04/03/06, adasal <adam.saltiel at gmail.com> wrote:
> Thanks, I will try that. Will get back with success or otherwise.
> I notice that I also have to do export MALLOC_CHECK_=1
> but on its own this doesn't help.
> Adam
>
>
>
> On 03/03/06, Dave Beckett < dave at dajobe.org> wrote:
> > adasal wrote:
> > > Parsing URI (file) ../data/dc.rdf
> > > *** glibc detected *** perl: double free or corruption (!prev):
> >
> > That's probably the bug I sent a patch to redland-dev around last week.
> > Newer glibcs seem to detect more corruptions.
> >
> > It tends to get mangled by email, but the context should be clear;
> > delete the fclose() line.
> >
> > Dave
> >
> > --- redland-1.0.2/librdf/rdf_parser_raptor.c.orig       26 Jan 2006
> > 04:57:32 -0000      1.84
> > +++ redland-1.0.2/librdf/rdf_parser_raptor.c    19 Feb 2006 20:34:03
-0000
> > @@ -331,7 +331,6 @@
> >    }
> >
> >    if(feof(context->fh) || status <1) {
> > -    fclose(context->fh);
> >      context->fh=NULL;
> >    }
> >
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.gnomehack.com/pipermail/redland-dev/attachments/20060306/b854404d/attachment.htm


More information about the redland-dev mailing list