Github user sodabrew commented on the pull request:
https://github.com/apache/trafficserver/pull/203#issuecomment-126513201
As noted by @igalic in
https://issues.apache.org/jira/browse/TS-3632?focusedCommentId=14648395 I am
still able to reproduce a similar problem when building a 5.3.1 package on
Ubuntu Trusty - but this time with traffic_manager instead of traffic_wccp. I
solved it as below:
``` diff
--- traffic_manager/Makefile.am.org 2015-07-30 22:46:21.074881421 +0000
+++ traffic_manager/Makefile.am 2015-07-30 22:44:41.535809481 +0000
@@ -67,5 +67,6 @@
if BUILD_WCCP
traffic_manager_LDADD += \
$(top_builddir)/lib/wccp/libwccp.a \
- $(top_builddir)/lib/tsconfig/libtsconfig.la
+ $(top_builddir)/lib/tsconfig/libtsconfig.la \
+ @OPENSSL_LIBS@
endif
```
I can submit this as a new PR if it looks like the right approach.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---