Re: Issue with Apache HTTP Server Build: Legacy libcrypt.so.1 Dependency on RHEL 10
Eric Covener <[email protected]> Fri, 25 Jul 2025 09:23:09 -0400
| Newsgroups | gmane.comp.apache.user |
|---|---|
| Message-ID | <CALK=YjNvw+YJ_mNmF-BOH4PUxvHMoH-oFZZU2_ZJoxo-nfZwhw@mail.gmail.com> |
On Fri, Jul 25, 2025 at 9:17 AM Rathore, Rajendra <[email protected]> wrote: > > Hi Team, > > We are currently bundling the Apache HTTP Server from source on a Linux machine(RHEL 7.x/ RHEL 8.x). During the build process, we are passing a custom OpenSSL path using the --with-ssl configuration flag. However, the final build still includes a dependency on the legacy libcrypt.so.1 library. note that the issue is libcrypt, not libcrypto, which is about password validation in APR and not SSL. The symbols removed in libcrypt 2.x seem to be super obscure things. It's a shame libcrypr.so.1 wasn't left with a semver break. I opened a redhat ticket on this about the removal in RHEL 10 and got nowhere. In my own object-code-only (1 per arch, not distro) products I hack around this in APR builds by avoiding linking with it and poking around with dlopen. You might want to push RedHat for some toleration here.