GitHub user jbfavre opened a pull request: https://github.com/apache/trafficserver/pull/203
Solve 'undefined reference to symbol MD5_Final@@OPENSSL_1.0.0'.⦠Fix for TS-3632 While building ATS 5.3 for Debian, I had the exact same error as reported in TS-3632. I solved it adding OPENSSL_INCLUDE & OPENSSL_LIBS in Makefile.am. Now build & tests are OK. You can merge this pull request into a Git repository by running: $ git pull https://github.com/jbfavre/trafficserver fix_TS3632 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/trafficserver/pull/203.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #203 ---- commit 442f560ac4412a6cbbba6f69b029def418c9fbe8 Author: Jean Baptiste Favre <jean-baptiste.fa...@blablacar.com> Date: 2015-05-27T07:51:39Z Solve 'undefined reference to symbol MD5_Final@@OPENSSL_1.0.0'. Fix TS-3632 ---- --- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---