[Bug 797078] Website certificate error: gstreamer.freedesktop.org

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Oct 28 12:16:13 UTC 2018


https://bugzilla.gnome.org/show_bug.cgi?id=797078

--- Comment #4 from Ilie Halip <ilie.halip at gmail.com> ---
This is happening because the system wget is using the openssl libraries in
$CERBERO/build/dist/$SYSTEM/lib, which have the value for OPENSSLDIR derived
from --prefix=... . In my case, OPENSSLDIR as seen here is not even created:
ihalip at ihalip-pc:~/Projects/cerbero/build/dist/linux_x86_64/bin$
LD_LIBRARY_PATH=../lib ./openssl version -a
OpenSSL 1.1.1  11 Sep 2018
built on: Sun Oct 28 09:37:19 2018 UTC
platform: linux-x86_64
options:  bn(64,64) md2(char) rc4(8x,int) des(int) idea(int) blowfish(ptr) 
compiler: gcc  -Wall -g -O2 -m64  -Wall -g -O2 -m64  -fPIC -pthread -m64
-Wa,--noexecstack -Wall -g -O2 -m64  -Wall -g -O2 -m64 -DOPENSSL_USE_NODELETE
-DL_ENDIAN -DOPENSSL_PIC -DOPENSSL_CPUID_OBJ -DOPENSSL_IA32_SSE2
-DOPENSSL_BN_ASM_MONT -DOPENSSL_BN_ASM_MONT5 -DOPENSSL_BN_ASM_GF2m -DSHA1_ASM
-DSHA256_ASM -DSHA512_ASM -DKECCAK1600_ASM -DRC4_ASM -DMD5_ASM -DAES_ASM
-DVPAES_ASM -DBSAES_ASM -DGHASH_ASM -DECP_NISTZ256_ASM -DX25519_ASM
-DPADLOCK_ASM -DPOLY1305_ASM -DNDEBUG
OPENSSLDIR: "/home/ihalip/Projects/cerbero/build/dist/linux_x86_64/ssl"
ENGINESDIR:
"/home/ihalip/Projects/cerbero/build/dist/linux_x86_64/lib/engines-1.1"
Seeding source: os-specific

It's possible to reuse the system's openssl directory in multiple ways (passing
it to openssl's Configure, or symlinking $CERBERO_PREFIX/ssl to it, or passing
it to wget directly) but this requires the openssl binary to be installed on
the build machine - to tun `openssl version -d`.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list