I upgraded to OpenStudio 2.8 but despite the Installation Notes here, per this had to upgrade to Ubuntu LTS 16.04 because of some C++ standard library errors. OpenStudio App now loads, but the CLI doesn't.
I moved openstudio.rb
to /usr/lib/ruby/2.3.0
so it could be imported by the OpenStudio CLI but now I get the following error:
/usr/local/openstudio-2.8.0/Ruby/openstudio.so: undefined symbol: rb_data_object_alloc
I'm pretty sure it's because Ubuntu LTS 16.04 uses Ruby 2.3 and rb_data_object_alloc
is deprecated in Ruby 2.3.
Any ideas?