Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

/ruby/1.8 and /ruby/site_ruby/1.8

8 views
Skip to first unread message

list...@gmail.com

unread,
Apr 6, 2006, 10:51:48 AM4/6/06
to
What is the difference between /ruby/1.8 and /ruby/site_ruby/1.8 ?
(I can see from $: which has priority, but my question is - what is
supposed to go where)

I think that some problems might be caused when a library gets
installed to both, perhaps with the wrong .so being loaded - not
sure.... Is this possible?

(My questions are towards ruby in general, but specifically towards the
Windows One Click Installer)

Trans

unread,
Apr 6, 2006, 1:23:08 PM4/6/06
to
It depends The exact use and layout depends on your OS.

For all OSes, ruby/1.8/ holds the core and sandard libs --those that
are part of the Ruby distribution proper. And site_ruby/1.8/ holds 3rd
party libs.

Your OS package manager might install addiitonal libs in either of
these depending on it's own practices. (I wonder what they SHOULD do?)
Another potential directory for such things is ruby/gems/1.8/ which
stores libs installed via RubyGems.

T.

list...@gmail.com

unread,
Apr 6, 2006, 3:51:16 PM4/6/06
to
1.8.2 of the Windows Installer put OpenSSL in one place - 1.8.4 in the
other. This caused conflicts (I believe the wrong binary was being
loaded) until I manually removed one.

Trans

unread,
Apr 6, 2006, 5:11:32 PM4/6/06
to
Yep, that could happen.

0 new messages