Skip to content

Instantly share code, notes, and snippets.

View rened's full-sized avatar

Rene Donner rened

View GitHub Profile
@rened
rened / gist:6643864
Created September 20, 2013 21:02
GnuTLS install working on OSX when DYLD path is set
ene@lemonlab:julia $ rm -rf ~/.julia
rene@lemonlab:julia $ DYLD_LIBRARY_PATH="/Users/rene/local/julia/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+3798
_/ |\__'_|_|_|\__'_| | Commit b581ea1* 2013-09-20 18:16:46 UTC
|__/ | x86_64-apple-darwin12.5.0
@rened
rened / gist:6578740
Created September 16, 2013 09:58
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
@rened
rened / gist:6578708
Last active December 23, 2015 04:09
BinDeps issue solved on osx by setting DYLD path
julia> Pkg.add("HttpServer")
INFO: Installing Calendar v0.4.0
INFO: Installing FactCheck v0.1.0
INFO: Installing HttpServer v0.0.3
INFO: Installing GnuTLS v0.0.0
INFO: Installing HttpParser v0.0.4
INFO: Installing HttpCommon v0.0.2
INFO: Installing ICU v0.0.0
INFO: Installing UTF16 v0.2.0
INFO: Running build script for package GnuTLS
@rened
rened / gist:6578645
Created September 16, 2013 09:45
BinDeps issue during clean install of HttpServer / GnuTLS, osx 10.8.4
rene@cirdesk3:julia $ 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
@rened
rened / gist:6578625
Created September 16, 2013 09:44
BinDeps issue during clean install of HttpServer / GnuTLS, 64bit ubuntu
rene@cn2:~ $ rm -rf .julia
rene@cn2:~ $ 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-redhat-linux