Julia start failed

Hi Julia users,

I was following instructions to install Julia, but encountered the following issue related to dyld. I searched elsewhere online but to no avail. Any ideas how to fix this?

Thanks in advance!
Zhenke

$ /Applications/JuliaPro-0.6.2.1.app/Contents/Resources/julia/Contents/Resources/julia/bin/julia
dyld: Symbol not found: __ZN4llvm11RuntimeDyld14SymbolResolver6anchorEv
Referenced from: /Applications/JuliaPro-0.6.2.1.app/Contents/Resources/julia/Contents/Resources/julia/bin/…/lib/libjulia.dylib
Expected in: /usr/local/opt/llvm/lib/libLLVM.dylib
in /Applications/JuliaPro-0.6.2.1.app/Contents/Resources/julia/Contents/Resources/julia/bin/…/lib/libjulia.dylib
[1] 4857 abort

Looks like you have something setting LD_LIBRARY_PATH (or one of it’s friends). Unset that and you should be fine.

Great. This works just by resetting DYLD_LIBRARY_PATH:

export DYLD_LIBRARY_PATH=