search for: sitedir

Displaying 6 results from an estimated 6 matches for "sitedir".

2007 Sep 11
1
[Fwd: Re: rpm spec files for ruby]
On Tue, September 11, 2007 12:58, James B. Byrne wrote: > > Is my understanding of this correct or in what matter is it defective? > Evidently defective. I have found another reference that describes sub-packages. So the unqualified %files directive is for the base package and the qualified ones are for the sub-packages. Is this correct? Sincerely, -- *** E-Mail is NOT a
2007 Sep 07
7
rpm spec files for ruby
I am trying to package ruby-1.8.6 for CentOS-4.5 and I would like to take a look at the spec files used for ruby-1.8.1 that ships with CentOS. Is there any place that I can see these or could someone do me the kindness of sending them to me? I am also confused as to how one breaks out the component parts of a build into separate rpm packages. The source distribution from ruby-lang.org seemingly
2012 Feb 10
3
Installing from source missing -lruby18 in linking.
I am trying to build wxruby from source, but I have encounter an error. For some reason the ''rake'' command fail when it tries to link lib/wxruby2.so because it is missing missing -lruby18 resulting in errors like wx.cpp:(.text+0x1618): undefined reference to `rb_intern'' wx.cpp:(.text+0x165c): undefined reference to `rb_eNotImpError'' wx.cpp:(.text+0x1666):
2006 Oct 24
0
[713] trunk/wxruby2: Patch for rake install, added rake uninstall
...x"> </span><del>-#used for :install -$ruby = "#{Config::CONFIG[''bindir'']}/#{Config::CONFIG[''ruby_install_name'']}" -$install_prog = "#$ruby -run -e install -- -vpm 0755" -$install_site_dir = "#{Config::CONFIG[''sitedir'']}/#{Config::CONFIG[''MAJOR'']}.#{Config::CONFIG[''MINOR'']}" -$install_lib_dir = "#$install_site_dir/#{Config::CONFIG[''sitearch'']}" - </del><span class="cx"> ############################# </span>&...
2004 Apr 27
15
Building wxruby on Solaris 9
Hi all, Ruby 1.8.1 Solaris 9 wxwindows 2.4.2 (package from blastwave.org) wxruby 0.3.0 I''m having trouble getting this sucker to build on my Solaris box. Here''s how I''m building: ruby extconf.rb --with-xrc-dir=/opt/csw --with-xrc-include=/opt/csw/lib/wx The include directive I added because the setup.h file is there (for whatever reason). And yes, /opt/csw/bin and
2012 Feb 23
13
Deploying puppet via NFS
I''m attempting to deploy puppet via an NFS share. It''s on a local-only network, and it will contain only ruby (gems) and whatever is needed. Seems simple enough, but tonight I am having an issue with this error: # service puppet start Starting puppet: /local/lib/ruby/site_ruby/1.8/rubygems/ custom_require.rb:36:in `gem_original_require'': no such file to load -- openssl