You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Otto van der Schaaf (JIRA)" <ji...@apache.org> on 2012/07/10 14:30:34 UTC

[jira] [Created] (TS-1341) Calling TSCacheHookAdd from a plugin compiles, but results in "undefined object"

Otto van der Schaaf created TS-1341:
---------------------------------------

             Summary: Calling TSCacheHookAdd from a plugin compiles, but results in "undefined object"
                 Key: TS-1341
                 URL: https://issues.apache.org/jira/browse/TS-1341
             Project: Traffic Server
          Issue Type: Bug
          Components: Plugins
    Affects Versions: 3.3.0
            Reporter: Otto van der Schaaf


Calling TSCacheHookAdd from a plugin compiles, but results in an "undefined object" error when starting traffic server

[Jul 10 14:22:18.459] Server {0x7ffd30759740} ERROR: unable to load '/usr/local/libexec/trafficserver/cache_control.so': /usr/local/libexec/trafficserver/cache_control.so: undefined symbol: TSCacheHookAdd


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (TS-1341) Calling TSCacheHookAdd from a plugin compiles, but results in "undefined object"

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom resolved TS-1341.
-------------------------------

    Resolution: Fixed

Fixed in 080606b0eafe6d3ef4696af267005f0d65ee4868.
                
> Calling TSCacheHookAdd from a plugin compiles, but results in "undefined object"
> --------------------------------------------------------------------------------
>
>                 Key: TS-1341
>                 URL: https://issues.apache.org/jira/browse/TS-1341
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 3.3.0
>            Reporter: Otto van der Schaaf
>            Assignee: Leif Hedstrom
>             Fix For: 3.3.0
>
>
> Calling TSCacheHookAdd from a plugin compiles, but results in an "undefined object" error when starting traffic server
> [Jul 10 14:22:18.459] Server {0x7ffd30759740} ERROR: unable to load '/usr/local/libexec/trafficserver/cache_control.so': /usr/local/libexec/trafficserver/cache_control.so: undefined symbol: TSCacheHookAdd

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (TS-1341) Calling TSCacheHookAdd from a plugin compiles, but results in "undefined object"

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom reassigned TS-1341:
---------------------------------

    Assignee: Leif Hedstrom
    
> Calling TSCacheHookAdd from a plugin compiles, but results in "undefined object"
> --------------------------------------------------------------------------------
>
>                 Key: TS-1341
>                 URL: https://issues.apache.org/jira/browse/TS-1341
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 3.3.0
>            Reporter: Otto van der Schaaf
>            Assignee: Leif Hedstrom
>
> Calling TSCacheHookAdd from a plugin compiles, but results in an "undefined object" error when starting traffic server
> [Jul 10 14:22:18.459] Server {0x7ffd30759740} ERROR: unable to load '/usr/local/libexec/trafficserver/cache_control.so': /usr/local/libexec/trafficserver/cache_control.so: undefined symbol: TSCacheHookAdd

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (TS-1341) Calling TSCacheHookAdd from a plugin compiles, but results in "undefined object"

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/TS-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Leif Hedstrom updated TS-1341:
------------------------------

    Fix Version/s: 3.3.0
    
> Calling TSCacheHookAdd from a plugin compiles, but results in "undefined object"
> --------------------------------------------------------------------------------
>
>                 Key: TS-1341
>                 URL: https://issues.apache.org/jira/browse/TS-1341
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 3.3.0
>            Reporter: Otto van der Schaaf
>            Assignee: Leif Hedstrom
>             Fix For: 3.3.0
>
>
> Calling TSCacheHookAdd from a plugin compiles, but results in an "undefined object" error when starting traffic server
> [Jul 10 14:22:18.459] Server {0x7ffd30759740} ERROR: unable to load '/usr/local/libexec/trafficserver/cache_control.so': /usr/local/libexec/trafficserver/cache_control.so: undefined symbol: TSCacheHookAdd

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TS-1341) Calling TSCacheHookAdd from a plugin compiles, but results in "undefined object"

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410440#comment-13410440 ] 

Leif Hedstrom commented on TS-1341:
-----------------------------------

Yeah, this API was eliminated a long time ago.
                
> Calling TSCacheHookAdd from a plugin compiles, but results in "undefined object"
> --------------------------------------------------------------------------------
>
>                 Key: TS-1341
>                 URL: https://issues.apache.org/jira/browse/TS-1341
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 3.3.0
>            Reporter: Otto van der Schaaf
>            Assignee: Leif Hedstrom
>
> Calling TSCacheHookAdd from a plugin compiles, but results in an "undefined object" error when starting traffic server
> [Jul 10 14:22:18.459] Server {0x7ffd30759740} ERROR: unable to load '/usr/local/libexec/trafficserver/cache_control.so': /usr/local/libexec/trafficserver/cache_control.so: undefined symbol: TSCacheHookAdd

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TS-1341) Calling TSCacheHookAdd from a plugin compiles, but results in "undefined object"

Posted by "Leif Hedstrom (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13411002#comment-13411002 ] 

Leif Hedstrom commented on TS-1341:
-----------------------------------

Not at this point. I don't know if there's a bug filed for it, but we could investigate together with the experts on the cache how this could be implemented in an efficient way.
                
> Calling TSCacheHookAdd from a plugin compiles, but results in "undefined object"
> --------------------------------------------------------------------------------
>
>                 Key: TS-1341
>                 URL: https://issues.apache.org/jira/browse/TS-1341
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 3.3.0
>            Reporter: Otto van der Schaaf
>            Assignee: Leif Hedstrom
>             Fix For: 3.3.0
>
>
> Calling TSCacheHookAdd from a plugin compiles, but results in an "undefined object" error when starting traffic server
> [Jul 10 14:22:18.459] Server {0x7ffd30759740} ERROR: unable to load '/usr/local/libexec/trafficserver/cache_control.so': /usr/local/libexec/trafficserver/cache_control.so: undefined symbol: TSCacheHookAdd

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (TS-1341) Calling TSCacheHookAdd from a plugin compiles, but results in "undefined object"

Posted by "Otto van der Schaaf (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/TS-1341?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410756#comment-13410756 ] 

Otto van der Schaaf commented on TS-1341:
-----------------------------------------

well that's a bummer :( no replacement for this api?
                
> Calling TSCacheHookAdd from a plugin compiles, but results in "undefined object"
> --------------------------------------------------------------------------------
>
>                 Key: TS-1341
>                 URL: https://issues.apache.org/jira/browse/TS-1341
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>    Affects Versions: 3.3.0
>            Reporter: Otto van der Schaaf
>            Assignee: Leif Hedstrom
>             Fix For: 3.3.0
>
>
> Calling TSCacheHookAdd from a plugin compiles, but results in an "undefined object" error when starting traffic server
> [Jul 10 14:22:18.459] Server {0x7ffd30759740} ERROR: unable to load '/usr/local/libexec/trafficserver/cache_control.so': /usr/local/libexec/trafficserver/cache_control.so: undefined symbol: TSCacheHookAdd

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira