Passenger install with conversion errors. Impact on nginx module?

前端 未结 2 1641
情书的邮戳
情书的邮戳 2021-01-22 17:08

Under OS X 10.6.8 installing passenger, first under rbenv, then after uninstalling rbenv, also under rvm

Mini:~ user$ gem install passenger

is

2条回答
  •  無奈伤痛
    2021-01-22 17:48

    It'd better to just update the rdoc gem:

    gem install rdoc

    The bug comes about due to rdoc trying to read a binary file. This bug was fixed.

提交回复
热议问题