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
Binary installs on CentOS 5.10 and 6.5 install the binary, but it's unable to be run due to glibc incompatibilities:
[vagrant@binary-centos-65 ~]$ sudo /usr/local/bin/consul
/usr/local/bin/consul: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by /usr/local/bin/consul)
My thought to fix this is to have the default recipe do install by package on ubuntu and source on centos. This way default should always work. I'd then throw excludes in .kitchen.yml for binary/centos. Thoughts?
The text was updated successfully, but these errors were encountered:
Binary installs on CentOS 5.10 and 6.5 install the binary, but it's unable to be run due to glibc incompatibilities:
My thought to fix this is to have the default recipe do install by package on ubuntu and source on centos. This way default should always work. I'd then throw excludes in
.kitchen.yml
for binary/centos. Thoughts?The text was updated successfully, but these errors were encountered: