I am using the OS following :

Linux ubuntu-ThinkPad-X250 5.11.0-43-generic #47~20.04.2-Ubuntu SMP Mon Dec 13 11:06:56 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux

I have downloaded redis from this link :

https://download.redis.io/releases/redis-6.2.6.tar.gz

Describe the bug

I can't installed fully redis

To reproduce

make BUILD_TLS=yes USE_SYSTEMD=yes

Steps to reproduce the behavior and/or a minimal code sample.

Expected behavior

installed fully redis

Additional information

the problem appear since I have tried with tls and systemd

thank you in advance to help myself fully installed redis,

Regards.

Azaretdodo.

Comment From: oranagra

@Azaretdodo please edit and clean the title and body so that it's readable. please specify which OS and toolchain you're using.

Comment From: oranagra

that's unrelated to TLS. you just need to install libsystemd-dev. @yossigo maybe the README should be updated?

Comment From: yossigo

@oranagra The README already mentions that:

To build with systemd support, you'll need systemd development libraries (such· as libsystemd-dev on Debian/Ubuntu or systemd-devel on CentOS) and run: