-
Notifications
You must be signed in to change notification settings - Fork 549
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
6.0.12 fails to compile on FreeBSD 13 #2402
Comments
That helps but now there is a new error:
In looking at the includes for Thanks |
Yeah, i figure this is going to be a game of whack a mole if I rely on you kind people to report incremental build errors to get this fixed. So i setup a freebsd13 vm and am going through the process of building passenger there. |
Ok this seems to work for me: 4c8d0a1 |
@CamJN Works for me too. Thanks! |
Issue report
Question 1: What is the problem?
What is the expected behavior?
Passenger apache module fully compiles
What is the actual behavior?
Compilation fails with this message:
pkg install ruby ruby-gems apache24
gem install passenger --version=6.0.12
passenger-install-apache2-module
Question 2: Passenger version and integration mode:
Open source, 6.0.12, Apache module
Question 3: OS or Linux distro, platform (including version):
Freebsd 13.0-RELEASE-p5
Question 4: Passenger installation method:
Your answer:
[ ] RubyGems + Gemfile
[x ] RubyGems, no Gemfile
[ ] Phusion APT repo
[ ] Phusion YUM repo
[ ] OS X Homebrew
[ ] source tarball
[ ] Other, please specify:
Question 5: Your app's programming language (including any version managers) and framework (including versions):
Ruby 2.7.4p191, Apache 2.4.51
Question 6: Are you using a PaaS and/or containerization? If so which one?
No containerization
Question 7: Anything else about your setup that we should know?
This server is running in AWS. Stock FreeBSD 13.0 RELEASE (ami-00e91cb82b335d15f) running on c4.large instance.
The text was updated successfully, but these errors were encountered: