Displaying 2 results from an estimated 2 matches for "vendorlibdir".
2012 Sep 10
0
Announce: PuppetDB 0.11.0 Available
...uby 1.9 by modifying the @plibdir path based on the
ruby version. RUBY_VER can be passed in as an environment variable,
and if none is passed, RUBY_VER defaults to the ruby on the local host
as reported by facter. As is currently the case, we use the sitelibdir
in ruby 1.8, and with this commit use vendorlibdir for 1.9. Fedora 17
ships with 1.9, so we use this to test for 1.9 in the spec file.
Fedora 17 also ships with open-jdk 1.7, so this commit updates the
Requires to 1.7 for fedora 17.
Resource tags semantics now match those of Puppet proper
In Puppet, tags lower-case only. We now fail incoming ca...
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):