-
-
Notifications
You must be signed in to change notification settings - Fork 372
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
Compatibility with Ubuntu 18.04 #375
Comments
This is somewhere upstream in the
|
So this cookbook needs to actually test modern operating systems which will catch this (and other issues I suspect), #398 has been raised for this, but if anyone is willing to help it would be greatly appreciated. Note: If you do want to help I am happy to guide and assist on anything people are unsure of |
Marking stale due to inactivity. Remove stale label or comment or this will be closed in 7 days. Alternatively drop by the #sous-chefs channel on the Chef Community Slack and we'll be happy to help! Thanks, Sous-Chefs. |
Closing due to inactivity. If this is still an issue please reopen or open another issue. Alternatively drop by the #sous-chefs channel on the Chef Community Slack and we'll be happy to help! Thanks, Sous-Chefs. |
Hello, I stumbled upon dependency issue using this cookbook with Ubuntu 18.04.
For Debian and Ubuntu you install
libreadline6
andlibreadline6-dev
, however Ubuntu 18.04 doesn't have either of those packages, instead you should uselibreadline7
andlibreadline-dev
(yes, the one without version has major package version 7), additionally I neededruby-dev
, but this might be my local issue.This dependency should be listed in
providers/ruby.rb
and is easily fixed, at least for 18.04, by adding a condition:This allowed my chef-client run to complete.
It would be great if you could add this small change under v0.9.5.
Thanks!
The text was updated successfully, but these errors were encountered: