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

Symbol not found: _SSLCreateContext #515

Closed
dpsanders opened this issue Feb 16, 2017 · 2 comments
Closed

Symbol not found: _SSLCreateContext #515

dpsanders opened this issue Feb 16, 2017 · 2 comments

Comments

@dpsanders
Copy link

One of my students encountered the following problem on Mac OS 10.7:

julia> Pkg.add("IJulia")
INFO: Initializing package repository /Users/frida/.julia/v0.5
INFO: Cloning METADATA from https://github.com/JuliaLang/METADATA.jl
dyld: lazy symbol binding failed: Symbol not found: _SSLCreateContext
  Referenced from: /Volumes/Julia-0.5.0/Julia-0.5.app/Contents/Resources/julia/bin/../lib/julia/libgit2.dylib
  Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security

dyld: Symbol not found: _SSLCreateContext
  Referenced from: /Volumes/Julia-0.5.0/Julia-0.5.app/Contents/Resources/julia/bin/../lib/julia/libgit2.dylib
  Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security


signal (11): Segmentation fault: 11
while loading no file, in expression starting on line 0
unknown function (ip: 0x7fff6369609d)
Allocations: 1357489 (Pool: 1356632; Big: 857); GC: 0
@stevengj
Copy link
Member

_SSLCreateContext was added in 10.8, I think. Probably this should be reported at Julia, since the problem is how libgit2 is built.

@dpsanders
Copy link
Author

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants