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

/usr/share/selinux/default/include/Makefile: No such file or directory #1

Open
kphretiq opened this issue Apr 20, 2016 · 1 comment

Comments

@kphretiq
Copy link

kphretiq commented Apr 20, 2016

Either instructions missing a prerequisite, or I'm a dummy:

~/selinux-nginx/nginx$ make
Makefile:21: /usr/share/selinux/default/include/Makefile: No such file or directory
make: *** No rule to make target '/usr/share/selinux/default/include/Makefile'.  Stop.

selinux-basics, selinux-policy-default, selinux-policy-dev, selinux-policy-src, selinux-utils, setools and auditd installed.

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:    Ubuntu 15.10
Release:    15.10
Codename:   wily

~/selinux-nginx/nginx$ uname -svmpio
Linux #28-Ubuntu SMP Sun Dec 27 17:47:31 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
@shreyagarwal
Copy link

The file in ubuntu 14.04 Server can be found at /usr/share/selinux/devel/include/Makefile instead of /usr/share/selinux/default/include/Makefile.

Change the make file to HEADERDIR := $(SHAREDIR)/devel/include in MakeFile

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

No branches or pull requests

2 participants