Curl 8.13.0 has a bug where, if GSSAPI (Kerberos) is enabled but legacy FTP is disabled, it builds fine but the resulting build will then fail at runtime as well as when rebuilding some reverse dependencies. In my case the resulting error was `symbol lookup error: /usr/lib64/libcurl.so.4: undefined symbol: Curl_sec_conn_destroy` printed at runtime (such as when trying to use git). However it can also show up as a link time error, when building some of the libcurl consumers: `libcurl.so.4: undefined reference to Curl_sec_conn_init`. Both errors have the same upstream fix: https://github.com/curl/curl/commit/5caba3bd97a14b64d906ece77bc0e2b339161a1f Reproducible: Always
*** Bug 953300 has been marked as a duplicate of this bug. ***