Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

web100clt fails to build due to openssl issue on 10.11 #426

Closed
stevenscb opened this issue Apr 18, 2016 · 2 comments
Closed

web100clt fails to build due to openssl issue on 10.11 #426

stevenscb opened this issue Apr 18, 2016 · 2 comments

Comments

@stevenscb
Copy link

Having an issue installing web100clt from current bottle and from source on 10.11. 'brew link openssl --force' fixes the issue on a second install attempt (from source, the bottle is still broken).

See below:

Not working:
https://gist.github.com/anonymous/3fc81ec3f4db4510e1a92627c708eb70

See lines 125-131; 183 in '01.configure'

To fix:

brew link openssl --force
brew reinstall --build-from-source web100clt

Afterwards, working:
https://gist.github.com/anonymous/15225bc17aaba71adb8bb91f7df94d67

See same lines in '01.configure'

I realize force-linking openssl is probably not the best way to fix this and may cause other issues with my system but I use this tool often for work so that is acceptable for now. Just wanted to post an Issue to make others aware and see if we can work out the root cause.

Any time spent / insight / suggestions greatly appreciated.

-Bradley

@DomT4
Copy link
Member

DomT4 commented Apr 18, 2016

Oh, heh. The bottle includes a single manpage for El Cap. I'll look into this shortly, I suspect it's searching a set of default paths and coming up empty on 10.11.

@DomT4
Copy link
Member

DomT4 commented Apr 18, 2016

Should be fixed after a brew update. Thanks for the report!

@Homebrew Homebrew locked and limited conversation to collaborators May 4, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants