OSC / nginx_stage

[MOVED] Stages & controls the per-user NGINX environment
https://github.com/OSC/ondemand/tree/master/nginx_stage
MIT License
0 stars 1 forks source link

Hide "No passenger_native_support.so" warning for Ruby apps #43

Closed ericfranz closed 6 years ago

ericfranz commented 6 years ago

This error message pollutes the Passenger app logs:

App 25936 stderr:  --> No passenger_native_support.so found for current Ruby interpreter.
App 25936 stderr: 
App 25936 stderr:      This library provides various optimized routines that make
App 25936 stderr: 
App 25936 stderr:      Phusion Passenger faster. Please run 'sudo yum install passenger-devel-4.0.50'
App 25936 stderr: 
App 25936 stderr:      so that Phusion Passenger can compile one on the next run.
App 25936 stderr: 
App 25936 stderr:  --> Continuing without passenger_native_support.so.
App 25936 stderr: 

Since we know this limitation and we were using the SCL version, so sudo yum install passenger-devel-4.0.50 will not work, there sho

This may be addressed when we upgrade passenger.

The warnings can confuse admins:

https://github.com/OSC/ood-dashboard/issues/363

ericfranz commented 6 years ago

duplicate of https://github.com/OSC/nginx_stage/issues/39