<div dir="ltr">Are you also building the required support libraries?<div><br></div><div>I have recently build 2.2.8 successfully using this set of support libs:</div><div><br></div><div><span style="font-size:12.8px">git checkout npth-1.5</span><br style="font-size:12.8px"><span style="font-size:12.8px">git checkout libgpg-error-1.31</span><br style="font-size:12.8px"><span style="font-size:12.8px">git checkout libgcrypt-1.8.2</span><br style="font-size:12.8px"><span style="font-size:12.8px">git checkout libksba-1.3.5</span><br style="font-size:12.8px"><span style="font-size:12.8px">git checkout libassuan-2.5.1</span><br style="font-size:12.8px"><span style="font-size:12.8px">git checkout gnupg-2.2.8</span><br style="font-size:12.8px"><br></div><div><span style="font-size:12.8px">then run the following commands in each of the lib folders (in the order shown above):</span></div><div><span style="font-size:12.8px"><br></span></div><div><div><span style="font-size:12.8px">./autogen.sh --force</span></div><div><span style="font-size:12.8px">./configure --enable-maintainer-mode</span></div><div><span style="font-size:12.8px">make -j</span></div><div><span style="font-size:12.8px">make check</span></div><div><span style="font-size:12.8px">sudo make install</span></div></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">make check is optional, but if you want to be extra sure, you can also add a  --enable-all-tests to the configure of gnupg (but not the others...)  It doesn't take too long to build and check them all.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px"><br></span></div></div>