Got mine working with by adding into lib/RRD/Format.pm:

    } elsif ( $archname =~ /^x86_64-linux/ ) {
        $self->{'statHead'} = "a4 a5 x7 d Q Q Q x80";
        $self->{'dsDef'} = "a20 a20 L x4 d d x56";
        $self->{'rraDef'} = "a20 L L d x72";
        $self->{'pdpDef'} = "a30 x2 L x4 d x64";
        $self->{'cdpDef'} = "d L x4 x64";
        $self->{'liveHead'} = "Q";
        $self->{'liveHead3'} = "Q Q";
        $self->{'rraPtr'} = "L";
        $self->{'element'} = "d";

What ever util/getFormat.c prints doesn't work. Current values seem to
have an offset error of some sorts with thos definitions. I have no clue
why this works but it works.

-- 
Current values not available: Architecture x86_64-linux-gnu-thread-multi not 
supported yet
https://launchpad.net/bugs/64403

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to