Skip to content
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

Repair occtl - missed library #1

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open

Conversation

kdy999
Copy link

@kdy999 kdy999 commented Oct 25, 2019

No description provided.

@tabrizihamid84
Copy link

Error loading shared library libseccomp.so.2: No such file or directory (needed by /usr/local/sbin/ocserv-worker)
i have this problem . have any idea ?

@kdy999
Copy link
Author

kdy999 commented Apr 12, 2021

Error loading shared library libseccomp.so.2: No such file or directory (needed by /usr/local/sbin/ocserv-worker)
i have this problem . have any idea ?

For libseccomp.so.2 need install additional package: libseccomp (in Dockerfile).
(I do not try)

@CrimsonGlory
Copy link

In my case the following was needed:

apk add libseccomp
apk add lz4
apk add lz4-dev

@loeeeee
Copy link

loeeeee commented Mar 15, 2022

In my case the following was needed:

apk add libseccomp
apk add lz4
apk add lz4-dev

I had trouble with connecting to the server with Cisco Anyconnect, and this is the fix! Thanks!

For newbees,

docker exec apk add libseccomp
docker exec apk add lz4
docker exec apk add lz4-dev

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

Successfully merging this pull request may close these issues.

4 participants