You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Craig Forbes (JIRA)" <ji...@apache.org> on 2015/12/08 17:15:11 UTC

[jira] [Comment Edited] (TS-4059) Default value for proxy.config.bin_path does not use value from config.layout

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

Craig Forbes edited comment on TS-4059 at 12/8/15 4:15 PM:
-----------------------------------------------------------

Yes this is the problem, TS_BUILD_BINDIR should be used in mgmt/RecordsConfig.cc instead of "bin"

We use a custom layout where bindir (in config.layout) is $\{prefix}/usr/bin so the default value does not match the install paths.


was (Author: cpforbes):
Yes this is the problem, TS_BUILD_BINDIR should be used in mgmt/RecordsConfig.cc instead of "bin"

We use a custom layout where bindir (in config.layout) is ${prefix}/usr/bin so the default value does not match the install paths.

> Default value for proxy.config.bin_path does not use value from config.layout
> -----------------------------------------------------------------------------
>
>                 Key: TS-4059
>                 URL: https://issues.apache.org/jira/browse/TS-4059
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Configuration
>            Reporter: Craig Forbes
>            Assignee: James Peach
>
> The default value for proxy.config.bin_path defined in RecordsConfig.cc is hard coded to "bin".
> The value should be TS_BUILD_BINDIR so the value specified at configure time is used.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)