Goden Yao created HAWQ-1087:
-------------------------------
Summary: Need clarification on Wiki page for Build Instructions
Key: HAWQ-1087
URL: https://issues.apache.org/jira/browse/HAWQ-1087
Project: Apache HAWQ
Issue Type: Task
Components: Documentation
Reporter: Goden Yao
Assignee: David Yozie
Fix For: backlog
>From [~jmclean], this is during a VOTE review.
{quote}
Also currently looks like openssl may be a little broken and info on the wiki
may need updating:
{code}
brew link --force openssl
Warning: Refusing to link: openssl
{code}
Linking keg-only openssl means you may end up linking against the insecure,
deprecated system OpenSSL while using the headers from Homebrew's openssl.
Instead, pass the full include/library paths to your compiler e.g.:
{code} -I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib{code}
I needed up doing this to make it compile:
make CFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib"
{quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)