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

make fails #2

Open
krtschmr opened this issue Jan 16, 2017 · 4 comments
Open

make fails #2

krtschmr opened this issue Jan 16, 2017 · 4 comments

Comments

@krtschmr
Copy link

krtschmr commented Jan 16, 2017

i cloned the git and run make which then fails

tim@vm:~/pam/pam-http$ make
cc -Werror -Wall -o test src/test.c -lpam -lpam_misc
src/test.c:12:31: fatal error: security/pam_appl.h: No such file or directory
compilation terminated.
Makefile:11: recipe for target 'test' failed
make: *** [test] Error 1

how can i install this for testing?

@DaEkstrim
Copy link

Most probably you solved it by now; but for future readers take a look at this link: http://ask.xmodulo.com/fatal-error-security-pam-modules.html

However this project would definitely benefit from better documentation on the kind of request the server receives (GET, POST, Query Params?, Body Params?, etc)

@krtschmr
Copy link
Author

krtschmr commented Apr 1, 2017

no, we didn't solved this. maybe we don't need this anymore as we trying a different solution now. instead of ftp-auth with user-accounts (same logins for our website) we just use cloud.

@beatgammit
Copy link
Owner

beatgammit commented Jan 21, 2018

@krtschmr Sorry for the late reply, but late is better than never, right?

However this project would definitely benefit from better documentation on the kind of request the server receives

Eh, this was mostly a proof of concept and wasn't intended to be used as-is. I had grand aspirations of doing something awesome like implementing a portable profile (login from anywhere and have all your things), but that ended up in the waste basket along with many other dreams of taking over the world ;)

fatal error: security/pam_appl.h: No such file or directory

Do you have pam installed? It works fine for me on Arch Linux, so if you gave me some more information about your OS, I might be able to provide more assistance.

@abarrafo
Copy link

I saw this issue on Centos/Amazon Linux. simply run yum install pam-devel to install the necessary dependencies.

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

4 participants