[redland-dev] [BUG] Ruby language bindings installed to wrong directories

Lyle Johnson lyle.johnson at gmail.com
Tue Feb 8 14:19:28 GMT 2005


Currently, the Ruby language bindings for Redland get installed into
Ruby's system library directories (e.g. /sw/lib/ruby/1.8 and
/sw/lib/ruby/1.8/powerpc-darwin7.7.0) instead of the site-ruby
directories (e.g. /sw/lib/ruby/site_ruby/1.8 and
/sw/lib/ruby/site_ruby/1.8/powerpc-darwin7.7.0). Although the software
will work with this arrangement, it is standard practice to install
third-party extensions (like Redland) into the "site_ruby" directory
and reserve the "system" directory for Ruby's standard libraries.

Attached is a patch to the redland-bindings configure.ac which
corrects this problem.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: configure.ac.patch
Type: application/octet-stream
Size: 1103 bytes
Desc: not available
Url : http://lists.gnomehack.com/pipermail/redland-dev/attachments/20050208/ddaff8c7/configure.ac.obj


More information about the redland-dev mailing list