I wasn't able to get ropencv working with nginx/passenger for some reason. It works fine with unicorn, webrick, or from irb on the same system, so perhaps it's a problem with passenger. Regardless, I thought I would post this here just in case anyone else experienced the same issue.
I wasn't able to get ropencv working with nginx/passenger for some reason. It works fine with unicorn, webrick, or from irb on the same system, so perhaps it's a problem with passenger. Regardless, I thought I would post this here just in case anyone else experienced the same issue.
Configuration details: Mac OSX 10.7.5 Passenger 4.0.37 (via hombrew) Nginx 1.4.5
Seg fault occurred on the warp_affine function according the nginx log file.