Skip to content
This repository was archived by the owner on Aug 20, 2021. It is now read-only.

Building k3c from source on CentOS 7 (7.8.2003) - Just a hint #53

Open
felted67 opened this issue May 19, 2020 · 0 comments
Open

Building k3c from source on CentOS 7 (7.8.2003) - Just a hint #53

felted67 opened this issue May 19, 2020 · 0 comments

Comments

@felted67
Copy link

felted67 commented May 19, 2020

Because of building k3c on CentOS 7 (7.8.2003) needs static libraries, there is the problem that CentOS has as default only dynamically linked libs.

These libs are:
glibc-static; libstdc++-static; libseccomp-2.3.1

The first ones are installable via:
sudo yum install glibc-static libstdc++-static -y

The last one (libseccomp-2.3.1) isn't available via the known repos,
so I builded a static lib (which is needed).

Using a newer version of libseccomp (2.4.x) will give more errors, so installing
a statically built lib will do the thing for me.

Remember to use a git version > 2 - just for your information.

The static version of libseccomp-2.3.1 can be found here:
link

Please copy the extracted files to /usr/lib64 (/lib64) on your CentOS-filesystem.
Perhaps a ldconfig may be needed (for sure, I suppose).
Backup the existing files before overwriting, to get the chance to set it back to original
CentOS versions.

Perhaps the ops may copy this hint to the wiki, or link it in another appropriate way.
Thanks !

PS: This Issue could be closed at once, as this is a solution for that issue itself.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant