[
https://issues.apache.org/jira/browse/TS-3215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14226432#comment-14226432
]
Luca Rea commented on TS-3215:
------------------------------
sorry, boost-devel seems to have solved the issue, after the installation Ive
launched:
{code}
git clean -d -x -f && autoreconf -fi && ./configure && make
{code}
now I have the library available
Thank you.
> header_rewrite plugin is not compiled with other stable plugins
> ---------------------------------------------------------------
>
> Key: TS-3215
> URL: https://issues.apache.org/jira/browse/TS-3215
> Project: Traffic Server
> Issue Type: Bug
> Components: Plugins
> Reporter: Luca Rea
>
> header rewrite is not compiled with other stable plugins and make command
> doesn't do nothing:
> {code}
> [root@traffic1 header_rewrite]# make
> make: Nothing to be done for `all'.
> [root@traffic1 header_rewrite]# pwd
> /home/lrea/trafficserver/plugins/header_rewrite
> [root@traffic1 header_rewrite]# make clean
> rm -rf .libs _libs
> test -z "" || rm -f
> rm -f *.o
> rm -f *.lo
> [root@traffic1 header_rewrite]# make
> make: Nothing to be done for `all'.
> [root@traffic1 header_rewrite]#
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)