Actions
Defect #39137
closedredmine with ruby 3.0 and up cannot be installed due to unsupported pg-1.2.3. Need to upgrade to at least pg-1.3.x
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Ruby support
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Duplicate
Affected version:
Description
Installation on windows with ruby 3.0 and up is not possible.
The problem is pg-1.2.3, which with ruby 3.0 does not support "fat plugin with .dll".
This has been fixed in pg-1.3.0 (see https://github.com/ged/ruby-pg/issues/365#issuecomment-1019850780).
Moving to pg-1.3.x series enables again to easy install in windows environment with ruby 3.0 and 3.1, just as 2.7.8.
Currently redmine on windows cleanly installs only with ruby 2.7.8 :-(
Please upgrade dependent pg gem.
Thank you!
Related issues
Actions