From: Richard Brown Date: 2009-03-31T06:56:47+09:00 Subject: [ruby-core:23067] [Bug #1334] ruby-1.9.1-p0 cannot install libs to /usr/lib/ruby/1.9 anymore with --program-suffix Bug #1334: ruby-1.9.1-p0 cannot install libs to /usr/lib/ruby/1.9 anymore with --program-suffix http://redmine.ruby-lang.org/issues/show/1334 Author: Richard Brown Status: Open, Priority: Normal Target version: 1.9.1 ruby -v: ruby 1.9.1p0 (2009-01-30 revision 21907) [i686-linux] Changes to configure.in mean that ./configure --program-suffix=19 --ruby-version=minor makes rubylibdir /usr/lib/ruby19/1.9, in contrast to 1.8 where ./configure --program-suffix=18 would create /usr/lib/ruby/1.8. I've attached three patches: 0001 adds a new configure switch --with-rubylibprefix that defaults to libdir/RUBY_INSTALL_NAME, sets rubylibdir to rubylibprefix/ruby_version and defaults sitedir and vendordir to rubylibprefix/{site_ruby,vendor_ruby} 0002 fixes the help strings for the three header dir switches 0003 Updates configure.in to use AS_HELP_STRING I've included them all on this patch because 0003 depends on 0001 and 0002 ---------------------------------------- http://redmine.ruby-lang.org