I extended Jon's fix a bit in topic/vladg/homebrew-openssl. It uses brew --prefix to get Homebrew's installation prefix, which seems to be the recommended approach.
I also confirmed that Jon's fix works for me on El Capitan, with Homebrew (works in the sense that I don't need to pass any command-line arguments to configure). --Vlad On Sun, Apr 10, 2016 at 4:36 PM, Adam Slagell (JIRA) < [email protected]> wrote: > > [ > https://bro-tracker.atlassian.net/browse/BIT-1506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=25605#comment-25605 > ] > > Adam Slagell commented on BIT-1506: > ----------------------------------- > > Hah. I tried a few. > > 417 ./configure --with-openssl=/usr/local > 474 ./configure --with-openssl=/usr/local/include/ > 479 ./configure --with-openssl=/usr/local/etc > 480 ./configure --with-openssl=/usr/local/ > 484 ./configure --with-openssl=/usr/local/lib/ > 488 ./configure --with-openssl=/usr/local/Cellar/ > 492 ./configure --with-openssl=/usr/local/Cellar/openssl/ > > Of course the path you specified worked. > > Can someone put a note on the webpage with the fix for Homebrew users. > Probably here. > > https://www.bro.org/sphinx/install/install.html > > > > Bro fails to build on OS X 10.11 (El Capitan) due to OpenSSL header > removal > > > --------------------------------------------------------------------------- > > > > Key: BIT-1506 > > URL: https://bro-tracker.atlassian.net/browse/BIT-1506 > > Project: Bro Issue Tracker > > Issue Type: Problem > > Components: Bro > > Affects Versions: 2.4 > > Reporter: Vlad Grigorescu > > Fix For: 2.5 > > > > > > It looks like Apple removed the OpenSSL headers with El Capitan[1] (OS X > > 10.11), and now Bro fails to build on OS X. Apple's recommendation is > > that we either include a copy of OpenSSL ourselves or we use their > > Secure Transport API. > > [1] - < > https://lists.apple.com/archives/macnetworkprog/2015/Jun/msg00025.html> > > > > -- > This message was sent by Atlassian JIRA > (v7.2.0-OD-05-030#72002) > _______________________________________________ > bro-dev mailing list > [email protected] > http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev >
_______________________________________________ bro-dev mailing list [email protected] http://mailman.icsi.berkeley.edu/mailman/listinfo/bro-dev
