From: Lucas Nussbaum Date: 2010-03-18T17:04:20+09:00 Subject: [ruby-core:28736] [Bug #2983] Ruby (GPLv2 only) tries to link to with readline (now GPLv3) Bug #2983: Ruby (GPLv2 only) tries to link to with readline (now GPLv3) http://redmine.ruby-lang.org/issues/show/2983 Author: Lucas Nussbaum Status: Open, Priority: Normal ruby -v: 1.8 Hi, The readline library was relicensed under GPLv3. Since Ruby is GPLv2 only, it is not allowed to link to readline. Most distributions currently ship both the (old) GPLv2 readline version, and the new GPLv3 readline. However, this is likely to change in the future. A solution could be to use a different library, like libedit (http://www.thrysoee.dk/editline/) ---------------------------------------- http://redmine.ruby-lang.org