phusion / passenger

A fast and robust web server and application server for Ruby, Python and Node.js
https://www.phusionpassenger.com/
MIT License
5k stars 548 forks source link

nginx module compilation fails on macOS w/ Xcode 10.2. #2199

Closed phyllisstein closed 5 years ago

phyllisstein commented 5 years ago

Issue report

Are you sure this is a bug in Passenger? Yes.

Question 1: What is the problem?

Question 2: Passenger version and integration mode: OSS v6.0.2.

Question 3: OS or Linux distro, platform (including version): macOS v10.14.4 (18E226)

Question 4: Passenger installation method: RubyGems, no Gemfile

Question 5: Your app's programming language (including any version managers) and framework (including versions): Ruby 2.6.0, installed through RVM 1.29.7.

Question 6: Are you using a PaaS and/or containerization? If so which one? Nope.

Question 7: Anything else about your setup that we should know? Thanks for looking into it! :sparkles:

CamJN commented 5 years ago

Thanks for this report, we're aware of the issue and a patch which fixes this has been committed, which will be included in the next Passenger release.

phyllisstein commented 5 years ago

Lovely! Thanks for the fix, and the heads-up.