Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add instructions for Fedora 41+ openssl-devel-engine
Fix errors installing the rdkfaka gem while compiling the librdkafka library due to missing openssl/engine.h header file. ``` Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /home/agrare/.gem/ruby/3.1.4/gems/rdkafka-0.19.0/ext /home/agrare/.rubies/ruby-3.1.4/bin/ruby -I/home/agrare/.rubies/ruby-3.1.4/lib/ruby/3.1.0 -rrubygems /home/agrare/.gem/ruby/3.1.4/gems/rake-13.2.1/exe/rake RUBYARCHDIR\=/home/agrare/.gem/ruby/3.1.4/extensions/x86_64-linux/3.1.0-static/rdkafka-0.19.0 RUBYLIBDIR\=/home/agrare/.gem/ruby/3.1.4/extensions/x86_64-linux/3.1.0-static/rdkafka-0.19.0 Extracting librdkafka_2.5.3.tar.gz into tmp/x86_64-redhat-linux/ports/librdkafka/2.5.3... OK Running git apply with /home/agrare/.gem/ruby/3.1.4/gems/rdkafka-0.19.0/dist/patches/rdkafka_sticky_assignor.c.patch... OK Running 'configure' for librdkafka 2.5.3... OK Running 'compile' for librdkafka 2.5.3... ERROR. Please review logs to see what happened: ----- contents of '/home/agrare/.gem/ruby/3.1.4/gems/rdkafka-0.19.0/ext/tmp/x86_64-redhat-linux/ports/librdkafka/2.5.3/compile.log' ----- make[1]: Entering directory '/home/agrare/.gem/ruby/3.1.4/gems/rdkafka-0.19.0/ext/tmp/x86_64-redhat-linux/ports/librdkafka/2.5.3/librdkafka-2.5.3/src' gcc -MD -MP -g -O2 -fPIC -Wall -Wsign-compare -Wfloat-equal -Wpointer-arith -Wcast-align -I. -DWITH_GZFILEOP -DWITH_GZFILEOP -c rdkafka.c -o rdkafka.o In file included from rdkafka_int.h:116, from rdkafka.c:43: rdkafka_conf.h:40:10: fatal error: openssl/engine.h: No such file or directory 40 | #include <openssl/engine.h> | ^~~~~~~~~~~~~~~~~~ compilation terminated. ```
- Loading branch information