JuliaWeb / GnuTLS.jl

Transport Level Security for Julia Streams provided by GnuTLS
Other
8 stars 13 forks source link

Fails to load on Julia v0.4 #45

Closed shashi closed 9 years ago

shashi commented 9 years ago
ERROR: LoadError: LoadError: UndefVarError: dlext not defined
 in include at ./boot.jl:252
 in include_from_node1 at ./loading.jl:133
 in reload_path at ./loading.jl:157
 in _require at ./loading.jl:69
 in require at ./loading.jl:55
 in include at ./boot.jl:252
 in include_from_node1 at ./loading.jl:133
 in reload_path at ./loading.jl:157
 in _require at ./loading.jl:69
 in require at ./loading.jl:52
while loading /home/shashi/.julia/v0.4/BinDeps/src/BinDeps.jl, in expression starting on line 9
while loading /home/shashi/.julia/v0.4/GnuTLS/src/GnuTLS.jl, in expression starting on line 5
quinnj commented 9 years ago

I believe this is resolved. Can you confirm @shashi?

wildart commented 9 years ago

This was related to BinDeps and already fixed.

shashi commented 9 years ago

:+1: