[
https://issues.apache.org/jira/browse/TS-4708?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15414185#comment-15414185
]
Peter Chou commented on TS-4708:
--------------------------------
One more data point. It seems that the pre-install binary (left over after
compilation) works, but the post-install binary does not. Something happens to
the binary (I think) when you do "make -install". The pre-install binary will
create a .libs directory in the execution directory with a lt-traffic_cop file
inside and the program will run. The post-install binary will NOT create the
.libs directory and then fails since it is searching for the wrong .6 library
version. Any ideas?
> traffic_cop looking for libtsutil.so.6 although libtsutil.so.7 was built.
> -------------------------------------------------------------------------
>
> Key: TS-4708
> URL: https://issues.apache.org/jira/browse/TS-4708
> Project: Traffic Server
> Issue Type: Bug
> Components: Cop
> Reporter: Peter Chou
> Fix For: 7.0.0
>
>
> Apologies if this is a known issue. I looked through several pages of search
> results for traffic_cop and did not see this particular issue. Platform is
> Ubuntu Linux 14.04 LTS 64-bit. I have previously installed and ran 6.1.x
> under $HOME/local (I am running as an un-privileged user). I just tried
> compiling and running "master" or 7.0.0 and installed to $HOME/master. I gave
> the appropriate "--prefix" option to configure each time. Neither of the
> directories above are in my LD_LIBRARY_PATH at compile or run time.
> Result: traffic_manager starts OK , traffic_server starts OK , traffic_cop
> fails since it is looking for version-6 library. If I then add
> $HOME/local/lib to my LD_LIBRARY_PATH (contains previous 6.1.x build), then
> traffic_cop runs using the version-6 library under there. No idea why it
> doesn't use the version-7 library that was built at the same time and
> installed under $HOME/master.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)