`
oliver_peng
  • 浏览: 45176 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论

Install ruby fcgi on Ruby 1.9.1

阅读更多
1) Download ruby fcgi source code manually

2) Replace in fcgi.c in following way:

RARRAY(ary)->len
=> RARRAY_LEN(ary)
RARRAY(ary)->ptr
=> RARRAY_PTR(ary)
RTRING(str)->len
=> RSTRING_LEN(str)
RSTRING(str)->ptr
=> RSTRING_PTR(str)

3) Compile and install
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics