Actions
Feature #2983
closedRuby (GPLv2 only) tries to link to with readline (now GPLv3)
    Feature #2983:
    Ruby (GPLv2 only) tries to link to with readline (now GPLv3)
  
Status:
Third Party's Issue
Assignee:
-
Target version:
-
Description
=begin
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/)
=end
Actions