Skip to content

Instantly share code, notes, and snippets.

@pnkfelix
Created June 17, 2013 16:40
Show Gist options
  • Save pnkfelix/5798282 to your computer and use it in GitHub Desktop.
Save pnkfelix/5798282 to your computer and use it in GitHub Desktop.
OS X, custom-installed nspr (in ~/opt/nspr/...) and brew-installed nspr (in /usr/local/...) error
% LD_LIBRARY_PATH=~/opt/nspr/lib /Users/pnkfelix/Dev/Mozilla/iontrail-tests/objdir-dbg-js/js -f /Users/pnkfelix/Dev/Mozilla/iontrail-tests/js/src/jit-test/lib/prolog.js -e "const platform='darwin'; const libdir='/Users/pnkfelix/Dev/Mozilla/iontrail-tests/js/src/jit-test/lib/'; const scriptdir='/Users/pnkfelix/Dev/Mozilla/iontrail-tests/js/src/jit-test/tests/parallelarray/'" -f /Users/pnkfelix/Dev/Mozilla/iontrail-tests/js/src/jit-test/tests/parallelarray/alloc-array.js
dyld: Library not loaded: @executable_path/libplds4.dylib
Referenced from: /Users/pnkfelix/Dev/Mozilla/iontrail-tests/objdir-dbg-js/js
Reason: no suitable image found. Did find:
/usr/local/lib/libplds4.dylib: mach-o, but wrong architecture
Trace/BPT trap: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment