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

2017-01-18 Thread Ruilong Huo (JIRA)

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

Ruilong Huo commented on HAWQ-1087:
---

[~espino], did you get a chance to help David to get access of hawq wiki?

> 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)


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

2017-01-18 Thread David Yozie (JIRA)

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

David Yozie commented on HAWQ-1087:
---

[~huor] - I still don't seem to have access to the wiki.  Clicking the edit 
button will only allow me to add labels, not edit the content.

> 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)


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

2017-01-18 Thread Ruilong Huo (JIRA)

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

Ruilong Huo commented on HAWQ-1087:
---

[~dyozie], I have the access to hawq wiki: 
https://cwiki.apache.org/confluence/display/HAWQ/Build+and+Install

> 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)


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

2017-01-17 Thread David Yozie (JIRA)

[ 
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)