Skip to content

Instantly share code, notes, and snippets.

@rened
Created September 16, 2013 09:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rened/6578740 to your computer and use it in GitHub Desktop.
Save rened/6578740 to your computer and use it in GitHub Desktop.
HttpServer working on osx when manually setting DYLD path
rene@cirdesk3:~ $ DYLD_LIBRARY_PATH=/Users/rene/local/julia/usr/lib:/usr/lib julia
_
_ _ _(_)_ | A fresh approach to technical computing
(_) | (_) (_) | Documentation: http://docs.julialang.org
_ _ _| |_ __ _ | Type "help()" to list help topics
| | | | | | |/ _` | |
| | |_| | | | (_| | | Version 0.2.0-prerelease+3743
_/ |\__'_|_|_|\__'_| | Commit fc445f8* 2013-09-16 05:29:41 UTC
|__/ | x86_64-apple-darwin12.4.0
julia> using HttpServer
WARNING: BinDeps.find_library is deprecated, use Base.find_library instead.
in include at boot.jl:238
WARNING: add_library_mapping is deprecated, use push!(DL_LOAD_PATH,"/path/to/search") instead.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment