Git development
 help / color / mirror / Atom feed
From: Phillip Wood <phillip.wood123@gmail.com>
To: "Азат Усманов" <usmanov@ieml.ru>,
	"brian m. carlson" <sandals@crustytoothpaste.net>
Cc: git@vger.kernel.org
Subject: Re: git 2.54 fails to build for rhel 6 (2.53 builds fine)
Date: Thu, 7 May 2026 11:02:44 +0100	[thread overview]
Message-ID: <d2dd6e44-d852-48f7-9dc4-1dd1c71b98fb@gmail.com> (raw)
In-Reply-To: <14616621778106505@de6a8060-5532-44d2-bc08-24865b6e9c4d>

On 06/05/2026 23:28, Азат Усманов wrote:
> any chance someone could show what commit causing the issue, since 2.53 builds ok. Ive looked through the changelog for 2.54 didn't see anythihg specific that migh cause this.

The compiler errors you are seeing are complaining that it cannot find a 
function that was added in openssl 3.0 and as brain has already said it 
looks like git is linking to an older version of openssl. So if you have 
openssl version 3.5.6 installed the configure script is not finding it. 
You need to tell the build process where to find the libraries you want 
it to use, either by passing that information to configure, or by using 
the makefile directly and setting the appropiate compiler flags.

Thanks

Phillip



      parent reply	other threads:[~2026-05-07 10:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-03 19:50 git 2.54 fails to build for rhel 6 (2.53 builds fine) Азат Усманов
2026-05-04  0:34 ` brian m. carlson
2026-05-06 22:28   ` Азат Усманов
2026-05-06 23:21     ` git " Ben Knoble
2026-05-07 22:55       ` Азат Усманов
2026-05-07 22:55       ` Азат Усманов
2026-05-07 10:02     ` Phillip Wood [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d2dd6e44-d852-48f7-9dc4-1dd1c71b98fb@gmail.com \
    --to=phillip.wood123@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=phillip.wood@dunelm.org.uk \
    --cc=sandals@crustytoothpaste.net \
    --cc=usmanov@ieml.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox