Skip to content

Instantly share code, notes, and snippets.

@Ch00k
Created August 27, 2013 09:47
Show Gist options
  • Select an option

  • Save Ch00k/6351624 to your computer and use it in GitHub Desktop.

Select an option

Save Ch00k/6351624 to your computer and use it in GitHub Desktop.
-bash-3.2$ /opt/csw/bin/gfind /export/home/sol/jruby-1.7.4 -name '*.so' | xargs env LD_LIBRARY_PATH="" ldd 2>/dev/null
/export/home/sol/jruby-1.7.4/lib/native/i386-Linux/libjffi-1.2.so:
libc.so.6 => (file not found)
/export/home/sol/jruby-1.7.4/lib/native/i386-SunOS/libjffi-1.2.so:
libdl.so.1 => /lib/libdl.so.1
/export/home/sol/jruby-1.7.4/lib/native/x86_64-FreeBSD/libjffi-1.2.so:
libthr.so.3 => (file not found)
libc.so.7 => (file not found)
/export/home/sol/jruby-1.7.4/lib/native/x86_64-Linux/libjffi-1.2.so:
libc.so.6 => (file not found)
/export/home/sol/jruby-1.7.4/lib/native/x86_64-SunOS/libjffi-1.2.so:
libdl.so.1 => /lib/64/libdl.so.1
-bash-3.2$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment