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
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Got the following error when I tried to install Sysdig on Centos 6.10:
command:
yum -y install sysdig
output:
Loaded plugins: auto-update-debuginfo, fastestmirror
Setting up Install Process
Loading mirror speeds from cached hostfile
Resolving Dependencies
--> Running transaction check
---> Package sysdig.x86_64 0:0.29.3-1 will be installed
--> Processing Dependency: dkms for package: sysdig-0.29.3-1.x86_64
--> Processing Dependency: libstdc++.so.6(CXXABI_1.3.5)(64bit) for package: sysdig-0.29.3-1.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.14)(64bit) for package: sysdig-0.29.3-1.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.15)(64bit) for package: sysdig-0.29.3-1.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.17)(64bit) for package: sysdig-0.29.3-1.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.18)(64bit) for package: sysdig-0.29.3-1.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.19)(64bit) for package: sysdig-0.29.3-1.x86_64
--> Processing Dependency: libz.so.1(ZLIB_1.2.3.5)(64bit) for package: sysdig-0.29.3-1.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.17)(64bit) for package: sysdig-0.29.3-1.x86_64
--> Running transaction check
---> Package dkms.noarch 0:2.4.0-1.20170926git959bd74.el6 will be installed
---> Package sysdig.x86_64 0:0.29.3-1 will be installed
--> Processing Dependency: libstdc++.so.6(CXXABI_1.3.5)(64bit) for package: sysdig-0.29.3-1.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.14)(64bit) for package: sysdig-0.29.3-1.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.15)(64bit) for package: sysdig-0.29.3-1.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.17)(64bit) for package: sysdig-0.29.3-1.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.18)(64bit) for package: sysdig-0.29.3-1.x86_64
--> Processing Dependency: libstdc++.so.6(GLIBCXX_3.4.19)(64bit) for package: sysdig-0.29.3-1.x86_64
--> Processing Dependency: libz.so.1(ZLIB_1.2.3.5)(64bit) for package: sysdig-0.29.3-1.x86_64
--> Processing Dependency: libc.so.6(GLIBC_2.17)(64bit) for package: sysdig-0.29.3-1.x86_64
--> Finished Dependency Resolution
Error: Package: sysdig-0.29.3-1.x86_64 (draios)
Requires: libz.so.1(ZLIB_1.2.3.5)(64bit)
Error: Package: sysdig-0.29.3-1.x86_64 (draios)
Requires: libc.so.6(GLIBC_2.17)(64bit)
Error: Package: sysdig-0.29.3-1.x86_64 (draios)
Requires: libstdc++.so.6(GLIBCXX_3.4.19)(64bit)
Error: Package: sysdig-0.29.3-1.x86_64 (draios)
Requires: libstdc++.so.6(GLIBCXX_3.4.18)(64bit)
Error: Package: sysdig-0.29.3-1.x86_64 (draios)
Requires: libstdc++.so.6(CXXABI_1.3.5)(64bit)
Error: Package: sysdig-0.29.3-1.x86_64 (draios)
Requires: libstdc++.so.6(GLIBCXX_3.4.15)(64bit)
Error: Package: sysdig-0.29.3-1.x86_64 (draios)
Requires: libstdc++.so.6(GLIBCXX_3.4.14)(64bit)
Error: Package: sysdig-0.29.3-1.x86_64 (draios)
Requires: libstdc++.so.6(GLIBCXX_3.4.17)(64bit)
You could try using --skip-broken to work around the problem
You could try running: rpm -Va --nofiles --nodigest
**My GLIBC version is 2.12.
What are the minimum requirements for installing Sysdig?
According to
you are supporting Centos6 but you have not mentioned any other requirements like GLINC version and other libraries.**
The text was updated successfully, but these errors were encountered: