Closed spajus closed 7 years ago
this seems not puma related, looks like sigar problem. https://github.com/kostya/eye/issues/181
@kostya thanks for quick response. This workaround solves the issue:
gem install sigar -- --with-cppflags="-fgnu89-inline"
@spajus Thanks for posting the workaround. Manually installing the sigar gem before installing eye solved the issue
gem install sigar -- --with-cppflags="-fgnu89-inline"
gem install eye
Error is from here: https://github.com/kostya/eye/blob/master/lib/eye/cli/server.rb#L66-L68
Config:
Puma itself starts without issue with
bundle exec puma -C config/puma.rb
. Eye works with same config in Ubuntu 14.04 LTS.Ruby 2.4.0 (but reproduced in 2.3.x as well)