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

No such file or directory #4

Open
m9rco opened this issue Dec 31, 2019 · 6 comments
Open

No such file or directory #4

m9rco opened this issue Dec 31, 2019 · 6 comments

Comments

@m9rco
Copy link

m9rco commented Dec 31, 2019

pam_jail_shell.c:29:34: fatal error: security/pam_modules.h: No such file or directory
#include <security/pam_modules.h>

@m9rco
Copy link
Author

m9rco commented Dec 31, 2019

centos

@pymumu
Copy link
Owner

pymumu commented Dec 31, 2019

@m9rco
Copy link
Author

m9rco commented Jan 2, 2020

yum install -y pam-devel

still not feasible

@m9rco
Copy link
Author

m9rco commented Jan 2, 2020

docker run -itd centos:7.4.1708

@maietta
Copy link

maietta commented May 14, 2020

** Install the missing PAM module, run your updates, then choose the following:

For Debian based distributions, try:

apt-get install libpam0g-dev

For RHEL, CentOS or Fedora based systems, use:

yum install gcc pam-devel

@maietta
Copy link

maietta commented May 14, 2020

yum install -y pam-devel

still not feasible

You are not running a RHEL, CentOS or Fedora distribution. You may be running a Debian based system. Use this instead:

  apt-get install libpam0g-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

No branches or pull requests

3 participants