From 841e40defa54da195ac77a5c83faf08798df6cd3 Mon Sep 17 00:00:00 2001 From: Bandie Date: Sat, 26 Jan 2019 16:45:38 +0100 Subject: [PATCH] Created Building with Ubuntu Xenial (if you really want it) (markdown) --- ...with-Ubuntu-Xenial-(if-you-really-want-it).md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 Building-with-Ubuntu-Xenial-(if-you-really-want-it).md diff --git a/Building-with-Ubuntu-Xenial-(if-you-really-want-it).md b/Building-with-Ubuntu-Xenial-(if-you-really-want-it).md new file mode 100644 index 0000000..e174298 --- /dev/null +++ b/Building-with-Ubuntu-Xenial-(if-you-really-want-it).md @@ -0,0 +1,16 @@ +I tried to port pam_panic to Ubuntu Xenial but I failed because of the very old packages of gnupg, scdaemon and overall the signing and smartcard stuff. Also pushing things to launchpad didn't recognise the sources and built empty packages which is indeed unfortunate. + +So here is a + +## Build it yourself ## + +1. `sudo apt install libpam0g-dev cryptsetup libcunit1 libcunit1-dev gettext po4a dialog autopoint autoconf libtool` +2. Go into the pam_panic directory you've downloaded before. +3. `autoreconf -i` +4. `./configure --prefix=/usr` +5. `make` +6. `sudo make install` + +Done. + +Now you can run `pam_panic_config` and do a config!. \ No newline at end of file