Skip to content

Instantly share code, notes, and snippets.

@jssjr
Created October 22, 2012 22:31
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 jssjr/8a2d65b7bcaf81ab2328 to your computer and use it in GitHub Desktop.
Save jssjr/8a2d65b7bcaf81ab2328 to your computer and use it in GitHub Desktop.
ssanders@elektra 22:30:32 /opt/rubies ruby:system
% uname -a
FreeBSD elektra.dca1.rws 9.0-RELEASE-p100 FreeBSD 9.0-RELEASE-p100 #0: Tue Jan 24 23:29:59 UTC 2012 root@amd64-builder.dca1.rws:/usr/obj/usr/src/sys/GENERIC amd64
ssanders@elektra 22:30:34 /opt/rubies ruby:system
% ruby --version
ruby 1.9.3p286 (2012-10-12 revision 37165) [x86_64-freebsd9.0]
ssanders@elektra 22:30:45 /opt/rubies ruby:system
% which ruby
/opt/rubies/1.9.3-p286/bin/ruby
ssanders@elektra 22:30:47 /opt/rubies ruby:system
% gem env
RubyGems Environment:
- RUBYGEMS VERSION: 1.8.23
- RUBY VERSION: 1.9.3 (2012-10-12 patchlevel 286) [x86_64-freebsd9.0]
- INSTALLATION DIRECTORY: /opt/rubies/1.9.3-p286/lib/ruby/gems/1.9.1
- RUBY EXECUTABLE: /opt/rubies/1.9.3-p286/bin/ruby
- EXECUTABLE DIRECTORY: /opt/rubies/1.9.3-p286/bin
- RUBYGEMS PLATFORMS:
- ruby
- x86_64-freebsd-9
- GEM PATHS:
- /opt/rubies/1.9.3-p286/lib/ruby/gems/1.9.1
- /home/ssanders/.gem/ruby/1.9.1
- GEM CONFIGURATION:
- :update_sources => true
- :verbose => true
- :benchmark => false
- :backtrace => false
- :bulk_threshold => 1000
- REMOTE SOURCES:
- http://rubygems.org/
ssanders@elektra 22:30:50 /opt/rubies ruby:system
% irb
Error loading Wirble. Run 'sudo gem install wirble' to enable colorized results.
irb(main):001:0> require 'yaml'
=> true
irb(main):002:0>
@jssjr
Copy link
Author

jssjr commented Oct 22, 2012

ssanders@elektra 22:32:34 /opt/rubies ruby:system
% ldd which ruby
/opt/rubies/1.9.3-p286/bin/ruby:
libruby.so.19 => /opt/rubies/1.9.3-p286/lib/libruby.so.19 (0x800849000)
libexecinfo.so.1 => /usr/local/lib/libexecinfo.so.1 (0x800c7d000)
libthr.so.3 => /lib/libthr.so.3 (0x800e8b000)
librt.so.1 => /usr/lib/librt.so.1 (0x8010ae000)
libcrypt.so.5 => /lib/libcrypt.so.5 (0x8012b3000)
libm.so.5 => /lib/libm.so.5 (0x8014d3000)
libc.so.7 => /lib/libc.so.7 (0x8016f4000)
ssanders@elektra 22:32:38 /opt/rubies ruby:system
% ls /usr/local/lib/libyaml*
/usr/local/lib/libyaml-0.so@ /usr/local/lib/libyaml.a /usr/local/lib/libyaml.so@
/usr/local/lib/libyaml-0.so.2* /usr/local/lib/libyaml.la*

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment