Kevin Doran created MINIFICPP-783:
-------------------------------------

             Summary: 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


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)

Reply via email to