You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by "Nick Kew (JIRA)" <ji...@apache.org> on 2011/01/04 00:08:45 UTC

[jira] Issue Comment Edited: (TS-616) Wrong default path for remap plugins (and possibly TSAPI plugins?)

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

Nick Kew edited comment on TS-616 at 1/3/11 6:07 PM:
-----------------------------------------------------

This issue goes rather further.

I compiled with --prefix=/usr/local/trafficserver.  That installs an empty directory /usr/local/trafficserver/libexec/trafficserver .
However, the Makefiles for several plugins (every one I've built) install to /usr/local/trafficserver/lib/trafficserver ,
Note /lib/ vs /libexec/ !  The runtime config points to /libexec/

My current workaround is a symlink lib --> libexec

      was (Author: nick@webthing.com):
    This issue goes rather further.

I compiled with --prefix=/usr/local/trafficserver.  That installs an empty directory /usr/local/trafficserver/libexec/trafficserver .
However, the Makefiles for several plugins (every one I've built) install to /usr/local/trafficserver/lib/trafficserver
Note /lib/ vs /libexec/ !
  
> Wrong default path for remap plugins (and possibly TSAPI plugins?)
> ------------------------------------------------------------------
>
>                 Key: TS-616
>                 URL: https://issues.apache.org/jira/browse/TS-616
>             Project: Traffic Server
>          Issue Type: Bug
>          Components: Plugins
>            Reporter: Leif Hedstrom
>            Assignee: Leif Hedstrom
>            Priority: Critical
>             Fix For: 2.1.5
>
>
> When building ATS with a configure option like
>    ./configure --prefix=/opt/ats
> the binary still gets compiled with a search path for remap plugins to look for plugins in /usr/local/libexec/trafficserver . I've verified this problem for remap plugins, not sure if it affects TSAPI plugins as well (should be examined).

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