[
https://issues.apache.org/jira/browse/MINIFICPP-783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16799274#comment-16799274
]
Mr TheSegfault edited comment on MINIFICPP-783 at 3/22/19 7:14 PM:
-------------------------------------------------------------------
I just looked through my E-mail on other projects I contribute to and homebrew
removed options ( it affected others ). This should be brew install
curl-openssl, no longer --with-openssl ; however, I don't have a strong desire
to change it until I can do more testing.
was (Author: phrocker):
I just looked through my E-mail on other projects I contribute to and homebrew
removed options ( it affected others ). This should be brew install
curl-openssl not --with-openssl ; however, I don't have a strong desire to
change it until I can do more testing.
> Bootstrap brew command error on darwin/mac for curl
> ---------------------------------------------------
>
> Key: MINIFICPP-783
> URL: https://issues.apache.org/jira/browse/MINIFICPP-783
> Project: NiFi MiNiFi C++
> Issue Type: Improvement
> Affects Versions: 0.6.0
> Reporter: Kevin Doran
> Assignee: Kevin Doran
> Priority: Minor
> Fix For: 0.7.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> When running bootstrap.sh on MacOS (darwin), and "Lib Curl Features" are
> Enabled, the following occurs:
> bootstrap.sh will invoke (eventually) darwin.sh, which, when libcurl is on,
> runs:
> {code:java}
> brew install curl --with-openssl
> {code}
> which results in:
>
> {code:java}
> Usage: brew install [options] formula
> ...
> Error: invalid option: --with-openssl
> {code}
> There are several workarounds, including:
> * install libcurl outside of bootstrap.sh and ignore the output when running
> bootstrap.sh
> * configure/run cmake without using bootstrap by following the instructions
> in the README file
> * modify darwin.sh to remove the "--with-openssl" option.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)