-
Notifications
You must be signed in to change notification settings - Fork 46
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
Ubuntu 22.04 #224
Comments
Seems I'm having the same issue, was there anymore progress on this? Below is the error I'm getting:
For |
To resolve this we replaced We deleted the
Now
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any tips for spinning up BUCC on Ubuntu 22.04 with the vsphere cpi?
Trying for the first time on Ubuntu 22.04, but hitting ruby issues despite taking latest version of BUCC
make[1]: Entering directory '/home/tcpops/.bosh/installations/63a952a7-0a20-4077-6aac-9b119b721f70/tmp/bosh-release-pkg1762526370/ruby-2.7.5' *** Following extensions are not compiled: openssl: Could not be configured. It will not be installed. /home/tcpops/.bosh/installations/63a952a7-0a20-4077-6aac-9b119b721f70/tmp/bosh-release-pkg1762526370/ruby-2.7.5/ext/openssl/extconf.rb:111: OpenSSL >= 1.0.1, < 3.0.0 or LibreSSL >= 2.5.0 is required Check ext/openssl/mkmf.log for more details. dbm: Could not be configured. It will not be installed. Check ext/dbm/mkmf.log for more details. gdbm: Could not be configured. It will not be installed. Check ext/gdbm/mkmf.log for more details. *** Fix the problems, then remove these directories and try again if you want.
Original docs on deps, dont cater for 22.04 either: https://bosh.io/docs/cli-v2-install/#additional-dependencies (tried same approach as for 18.04 but had to manually install libreadline7 for example)
Not sure if these are related: cloudfoundry/bosh#2359 and cloudfoundry/bosh#2354
The text was updated successfully, but these errors were encountered: