Replies: 1 comment
-
The Make sure that the path to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am running into an issue while running mconfig. I am trying to install a local copy of singularity as I do not have access to the sudo command in the cluster. I've installed libseccomp and my seccomp headers are located in:
/users/username/local/include
I have two files: "seccomp.h seccomp-syscalls.h" under /users/username/local/include folder.
When I run ./mconfig I get the following error:
checking: libseccomp+headers... no
seccomp headers are required to build Singularity with seccomp support.
To disable seccomp support run mconfig using '--without-seccomp'.
I tried using the CFLAGS option but it doesn't seem to be a viable option for mconfig.
./mconfig CFLAGS='-I/users/username/local/include'
Usage: mconfig [-vsS] [-P profile] [-b builddir] [-c hstcc] [-C tgtcc]
[-V version] [-x hstcxx] [-X tgtcxx]
[--INSTALLDIR=ARG (see below)]
How may I resolve this error?
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions