The --install-deps
mode doesn't actually install libsasl2
headers on CentOS 7
#4942
Open
7 tasks done
Description
./configure --install-deps
on ayum
system doesn't actually installlibsasl2
headers:Installing
cyrus-sasl-devel
fixes this (yum install cyrus-sasl-devel
):If I understand this correctly, it's a simple fix:
https://github.com/confluentinc/librdkafka/blob/v2.6.1/mklove/modules/configure.libsasl2#L25
How to reproduce
I encountered this when running
./configure --install-deps
on the Docker imagequay.io/pypa/manylinux2014_x86_64
(ID31712ce0fffd
) with the v2.6.1 release archive.Checklist
IMPORTANT: We will close issues where the checklist has not been completed.
Please provide the following information:
v2.6.1
CentOS 7 (x64)
debug=..
as necessary) from librdkafka (N/A)The text was updated successfully, but these errors were encountered: