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 #20652

Closed
dpsanders opened this issue Feb 17, 2017 · 1 comment
Closed

Symbol not found: _SSLCreateContext #20652

dpsanders opened this issue Feb 17, 2017 · 1 comment

Comments

@dpsanders
Copy link
Contributor

The following problem was found on Mac OS 10.7, reported at IJulia. The suggestion is that it is a problem with how libgit2 is built. Apparently _SSLCreateContext was introduced in Mac OS 10.8.

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

Dup of #20651, which I filed at about the same time.

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