You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "David Yozie (JIRA)" <ji...@apache.org> on 2017/01/17 22:48:26 UTC

[jira] [Commented] (HAWQ-1087) Need clarification on Wiki page for Build Instructions

    [ https://issues.apache.org/jira/browse/HAWQ-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15826983#comment-15826983 ] 

David Yozie commented on HAWQ-1087:
-----------------------------------

[~huor] - Do you have wiki access or know how to go about getting it?  Nobody in the end-user docs group currently can update wiki pages.

> 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
>            Priority: Minor
>             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)