Message377516
I downloaded Ubuntu's openssl_1.1.1f.orig.tar.gz and openssl_1.1.1f-1ubuntu2.debian.tar.xz from https://launchpad.net/ubuntu/+source/openssl/1.1.1f-1ubuntu2, but I did not know how to apply patches. In addition, too many files differ, so I could not understand what makes test_ssl fail. So I took a different approach.
In Ubuntu-20.04, "apt policy openssl" returned the version of the installed library: 1.1.1f-1ubuntu2. I ran "apt source openssl" to downloade the source code from Ubuntu. I compiled, tested and installed it.
If LD_LIBRARY_PATH is not set, ldd returns this:
libssl.so.1.1 => /usr/lib/x86_64-linux-gnu/libssl.so.1.1
libcrypto.so.1.1 => /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1
make test TESTOPTS="-v test_ssl":
FAILED (errors=6, skipped=11)
If LD_LIBRARY_PATH is set to compiled openssl-1.1.1f-1ubuntu2:
libssl.so.1.1 => /home/bugsrep/openssl-ubuntu2/lib/libssl.so.1.1
libcrypto.so.1.1 => /home/bugsrep/openssl-ubuntu2/lib/libcrypto.so.1.1
make test TESTOPTS="-v test_ssl":
OK (skipped=11)
== Tests result: SUCCESS ==
1 test OK. |
|
Date |
User |
Action |
Args |
2020-09-26 03:56:13 | bugsrep | set | recipients:
+ bugsrep, skip.montanaro, taleinat, christian.heimes, Vladyslav.Bondar, xtreak |
2020-09-26 03:56:13 | bugsrep | set | messageid: <1601092573.39.0.585349918862.issue41561@roundup.psfhosted.org> |
2020-09-26 03:56:13 | bugsrep | link | issue41561 messages |
2020-09-26 03:56:12 | bugsrep | create | |
|