You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@trafficserver.apache.org by "Bryan Call (JIRA)" <ji...@apache.org> on 2010/02/11 01:10:28 UTC

[jira] Issue Comment Edited: (TS-129) BIND DNS code license incompatibility

    [ https://issues.apache.org/jira/browse/TS-129?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12832312#action_12832312 ] 

Bryan Call edited comment on TS-129 at 2/11/10 12:09 AM:
---------------------------------------------------------

On Fedora 12 x86_64:

In file included from inktomi++.h:106,
                 from Allocator.cc:32:
ink_resolver.h:80:1: error: "RES_USE_DNSSEC" redefined
In file included from ink_platform.h:143,
                 from ink_error.h:36,
                 from inktomi++.h:88,
                 from Allocator.cc:32:
/usr/include/resolv.h:221:1: error: this is the location of the previous definition

ink_resolver.h:80
#define RES_USE_DNSSEC 0x00200000 

/usr/include/resolv.h:221
#define RES_USE_DNSSEC  0x00800000      /* use DNSSEC using OK bit in OPT */


      was (Author: bcall):
    In file included from inktomi++.h:106,
                 from Allocator.cc:32:
ink_resolver.h:80:1: error: "RES_USE_DNSSEC" redefined
In file included from ink_platform.h:143,
                 from ink_error.h:36,
                 from inktomi++.h:88,
                 from Allocator.cc:32:
/usr/include/resolv.h:221:1: error: this is the location of the previous definition

ink_resolver.h:80
#define RES_USE_DNSSEC 0x00200000 

/usr/include/resolv.h:221
#define RES_USE_DNSSEC  0x00800000      /* use DNSSEC using OK bit in OPT */

  
> BIND DNS code license incompatibility
> -------------------------------------
>
>                 Key: TS-129
>                 URL: https://issues.apache.org/jira/browse/TS-129
>             Project: Traffic Server
>          Issue Type: Improvement
>            Reporter: Leif Hedstrom
>            Assignee: John Plevyak
>            Priority: Blocker
>             Fix For: 2.0.0a
>
>         Attachments: ts-bind-jp-v1.patch, ts-bind-jp-v2.patch
>
>
> We have some BIND related code in TS, which we need to replace with something that is ASL compatible. Or, as discussed, if this code is for DNS proxy only, lets just remove it and disable DNS proxying for now at least.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.