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

Missing dependencies #5

Closed
KnutAtteslander opened this issue Feb 18, 2020 · 1 comment
Closed

Missing dependencies #5

KnutAtteslander opened this issue Feb 18, 2020 · 1 comment

Comments

@KnutAtteslander
Copy link

There are missing dependencies:

> go dep -d ./...
> make build                                                                                                                                                                                                                                                             master [f080756]
GOOS=linux GOARCH=amd64 CGO_ENABLED=1 go build -o webtail
# github.com/prateeknischal/webtail/util
../../prateeknischal/webtail/util/pam_auth.go:8:10: fatal error: security/pam_appl.h: No such file or directory
 #include <security/pam_appl.h>
          ^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:13: build] Fehler 2
@prateeknischal
Copy link
Owner

Please refer to the README.md#build-from-source section. It does mention what to do in such cases.

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