[
https://issues.apache.org/jira/browse/TS-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13824731#comment-13824731
]
ASF subversion and git services commented on TS-2359:
-----------------------------------------------------
Commit 6bfba8bc7c752ec0ad2cd099da8473ebb15f66fc in branch refs/heads/master
from [[email protected]]
[ https://git-wip-us.apache.org/repos/asf?p=trafficserver.git;h=6bfba8b ]
TS-2359: force tstop symlink
If you run "make install" a second time then "ln -s" will fail
because the symlink already exists. Autoconf doesn't have a test
for "ln -sf", so just remove the target beforehand.
> make install over existing installation can fail
> ------------------------------------------------
>
> Key: TS-2359
> URL: https://issues.apache.org/jira/browse/TS-2359
> Project: Traffic Server
> Issue Type: Bug
> Components: Build
> Reporter: Leif Hedstrom
> Assignee: James Peach
> Fix For: 4.2.0
>
>
> {code}
> cd /opt/ats/bin && ln -s traffic_top tstop
> ln: failed to create symbolic link ‘tstop’: File exists
> {code}
> Probably should unlink the old version (if it's there) before symlinking it.
--
This message was sent by Atlassian JIRA
(v6.1#6144)