From: Eric Covener <covener@xxxxxxxxx>
Sent: Friday, July 25, 2025 6:54 PM
To: users@xxxxxxxxxxxxxxxx <users@xxxxxxxxxxxxxxxx>
Subject: Re: [users@httpd] Issue with Apache HTTP Server Build: Legacy libcrypt.so.1 Dependency on RHEL 10
On Fri, Jul 25, 2025 at 9:17 AM Rathore, Rajendra
<rarathore@xxxxxxx.invalid> 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.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx