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
{{ message }}
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
ChefDK for Ubuntu is linked against a version of libc6 which is not distributed by default with Ubuntu 12.04.
$ USE_SYSTEM_GECODE=1 chef gem install dep-selector-libgecode
/opt/chefdk/embedded/bin/ruby: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.17' not found (required by /opt/chefdk/embedded/lib/libruby.so.2.1)
The expected behavior is to be linked against libc6 version <= 2.15
The text was updated successfully, but these errors were encountered:
ChefDK for Ubuntu is linked against a version of libc6 which is not distributed by default with Ubuntu 12.04.
The expected behavior is to be linked against libc6 version <= 2.15
The text was updated successfully, but these errors were encountered: