<style>* {
font-size: 13px;
font-family: 'MS Pゴシック', sans-serif;
}
p, ul, ol, blockquote {
margin: 0;
}
a {
color: #0064c8;
text-decoration: none;
}
a:hover {
color: #0057af;
text-decoration: underline;
}
a:active {
color: #004c98;
}
</style><p>Hi.</p><p><br></p><p>I have built the OpenLDAP version used for LibreOfffice to 2.6.4 and changed the TLS Library specified with --with-tls from NSS to OpenSSL.</p><p><br></p><p>The build was successful on my build environment (Ubuntu), but fails to build on Jenkins.</p><p><br></p><p>(In Ubuntu)</p><p>> SSL_export_keying_material_early in -lssl... yes</p><p><br></p><p>(In Jenkins)</p><p>> SSL_export_keying_material_early in -lssl... no</p><p>> configure: error: Could not locate TLS/SSL package</p><p><br></p><p>Why does this error occur?</p><p><br></p><p>https://gerrit.libreoffice.org/c/core/+/143646</p><p><br></p><p>(build environment)</p><p>OS: Ubuntu 22.10</p><p>compiler: gcc-12.2.0</p><p><br></p><p>(options of autogen.sh)</p><p>CC=/usr/bin/gcc</p><p>CXX=/usr/bin/g++</p><p>--enable-kf5</p><p>--disable-dependency-tracking</p><p>--with-jdk-home=/usr/lib/jvm/java-11-openjdk-amd64/</p><p>--enable-odk</p><p>--enable-mergelibs</p><p>--disable-dconf</p><p>--enable-python=internal</p><p><br></p><p>Regards,</p><p>taichi</p>