On Thu, Dec 03, 2015 at 04:59:56PM +0000, Viktor Dukhovni wrote: > $ tar zxf openssl-1.0.2e.tar.gz > > # Clean up > $ find openssl-1.0.2e -name openssl-1.0.2e -type l -print0 | xargs -0 rm Sorry, to be clear, the "cleanup" is not something you can do until after you've built the software, the various symlinks don't work if you do it too early. Just ignore this step. -- Viktor.