Re: [PATCH] tools build: Link crypto lib for libopenssl feature
From: Leo Yan
Date: Tue Mar 17 2026 - 04:51:15 EST
Hi Namhyung,
On Mon, Mar 16, 2026 at 11:40:38AM -0700, Namhyung Kim wrote:
> Hi Leo,
>
> On Sat, Mar 07, 2026 at 02:05:53PM +0000, Leo Yan wrote:
> > The perf static build reports that the BPF skeleton is disabled due to
> > the missing libopenssl feature.
> >
> > Linking the crypto library fixes the static build failure.
>
> I'm not sure if it's enough. My build still doesn't have BPF skeleton
> support even with this change. It seems to want zlib and zstd as well.
I did not see the build failure on Ubuntu 24.04 but I can reproduce the
issue after changed to Debian sid. I will send a new version.
Thanks!