-
Notifications
You must be signed in to change notification settings - Fork 69
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
Support Ubuntu 22.04 #204
Comments
I investigated this issue and tried running the installer against a 22.04 virtual machine. Here are the issues I found:
|
Here is the binary for x86_64 for the 2.7.7 version (current ruby version): Here is a link to the build that makes me realize about the MongoDB issue. |
Results using Vagrant with the latest available Ubuntu Jammy image:
Even with the precompiled version, we still need the For the current CONSUL Ruby version (2.7.7) we must install the missing openssl1 libraries manually. Another option is to upgrade CONSUL to Ruby 3 and hopefully forget about this 🤞🏼 . |
The RVM issue mentioned the same problem with Ruby 3.0 🤔, so I guess we'd have to upgrade to Ruby 3.1, which unfortunately will take some time 😅. |
After the changes in pull request #221, the current status is that the installer fails on Ubuntu 22.04 in the "specs" step; testing a URL results in a 502 error. Debugging shows Puma is running and its socket has 777 permissions. However, in the nginx logs, we get:
|
Ubuntu 22.04 was released a few months ago. Currently, we only support Ubuntu 18.04 and Ubuntu 20.04.
The text was updated successfully, but these errors were encountered: