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
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to