On Tue, May 17, 2016 at 10:09:52AM +0200, Emanuele Rusconi wrote: > Hi, > > after building OpenSSL, I realized that although the compiling AND the > testing succeeded with no errors, some (all?) of its shared libraries were > corrupted: ldd inspection on them gave me something like "file too short" > or something similar. > Stripping was my first suspect, but it wasn't the culprit. > After some tries, I found that removing the > > sed -i 's# libcrypto.a##;s# libssl.a##' Makefile > > line from the instructions fixed the problem. > Did anybody else encounter this issue? > > -- Emanuele Rusconi
I've just looked on the machine I'm using - libssl, libcrypto, and all the libs in /usr/lib/engines are all fine here. Is this a new system, or an upgrade to an existing system ? And what was the problem which made you use ldd to look at these libs ? ĸen -- This email was written using 100% recycled letters. -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
