Project

General

Profile

Bug #11073

Updated by nobu (Nobuyoshi Nakada) about 9 years ago

Currently I am trying to get things started with Passenger and Apache 2 on a Ubuntu 14.4 LTS machine and ruby 2.2.0. Some errors I could fix but this on is tricky. The error says that there is a undefined symbol in the `parser.so`, *parser.so*, but `rb_str_new_static` **rb_str_new_static** is only defined in `include/ruby/intern.h` *include/ruby/intern.h* and used once few lines below and once in `string.c`. *string.c*. Since I have no clue about the internal C structure of ruby I don't know how to fix and change it. 

 Note: reinstalling all gems (including the packages `json` *json* and `multi_json`) *multi_json*) did not make a change. 

Back