<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&#x2F;SSL package</p><p><br></p><p>Why does this error occur?</p><p><br></p><p>https:&#x2F;&#x2F;gerrit.libreoffice.org&#x2F;c&#x2F;core&#x2F;+&#x2F;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=&#x2F;usr&#x2F;bin&#x2F;gcc</p><p>CXX=&#x2F;usr&#x2F;bin&#x2F;g++</p><p>--enable-kf5</p><p>--disable-dependency-tracking</p><p>--with-jdk-home=&#x2F;usr&#x2F;lib&#x2F;jvm&#x2F;java-11-openjdk-amd64&#x2F;</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>