You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How can we reproduce it? Please try to provide a sample application (or Virtual Machine) demonstrating the issue. Otherwise, if we can't reproduce it, we might have to ask you a number of followup questions or run certain commands to try and figure out the problem.
Be as detailed as possible in your descriptions, include any logs and stack traces (don't just cut/paste the error, provide some logging before that too).
(if you are requesting a feature instead of reporting an issue, describe here what you have in mind and how it would help you)
Question 6: Are you using a PaaS and/or containerization? If so which one?
For example: Heroku, Amazon Container Services, Docker 1.9 with an image based on passenger-docker
Your answer:
No
Question 7: Anything else about your setup that we should know?
Your answer:
No
We strive for quality and appreciate you taking the time to submit a report! Please note that if you want guaranteed response times and priority issue support we encourage you to join our enterprise customer base. They also provide us with the means to continue our high level of open source support!
The text was updated successfully, but these errors were encountered:
Please follow the steps below if you have found an issue with Passenger, or would like to request a feature.
Post to Stack Overflow instead if you are not sure, or if you have a question about your configuration.
Issue report
Fill in as much as possible so that we can understand, find and fix the problem.
Are you sure this is a bug in Passenger?
Please read our troubleshooting and debugging guides first:
https://www.phusionpassenger.com/library/admin/troubleshooting/
https://www.phusionpassenger.com/library/admin/
Yes
Please try with the newest version of Passenger to avoid issues that have already been fixed
Question 1: What is the problem?
passenger-install-apache2-module
command completes without error on macOS with Apple Siliconpassenger-install-apache2-module
command raise error of 'ld: library not found for -lcrypto'Error details is following trace.
Be as detailed as possible in your descriptions, include any logs and stack traces (don't just cut/paste the error, provide some logging before that too).
(if you are requesting a feature instead of reporting an issue, describe here what you have in mind and how it would help you)
Your answer:
$ brew install openssl@1.1 httpd
$ ln -s /opt/homebrew/opt/openssl@1.1 /opt/homebrew/opt/openssl
$ sudo passenger-install-apache2-module
Question 2: Passenger version and integration mode:
Your answer:
Phusion Passenger(R) 6.0.11
Question 3: OS or Linux distro, platform (including version):
Your answer:
OS: macOS 11.6 (Big Sur)
Device: Mac mini (M1, 2020)
Chip: Apple M1
Question 4: Passenger installation method:
Your answer:
[x] RubyGems + Gemfile
[ ] 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):
Your answer:
Ruby 2.6.3 (macos native)
ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.arm64e-darwin20]
Question 6: Are you using a PaaS and/or containerization? If so which one?
Your answer:
No
Question 7: Anything else about your setup that we should know?
Your answer:
No
We strive for quality and appreciate you taking the time to submit a report! Please note that if you want guaranteed response times and priority issue support we encourage you to join our enterprise customer base. They also provide us with the means to continue our high level of open source support!
The text was updated successfully, but these errors were encountered: