Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unable to build check_nrpe on fedora 41 #286

Open
arajczy opened this issue Nov 3, 2024 · 0 comments
Open

unable to build check_nrpe on fedora 41 #286

arajczy opened this issue Nov 3, 2024 · 0 comments

Comments

@arajczy
Copy link

arajczy commented Nov 3, 2024

The below steps work on fedora 40 but not on fedora 41

bash-5.2# tar -C /tmp -zxf /tmp/nrpe-4.1.1.tar.gz
bash-5.2# cd /tmp/nrpe-4.1.1
bash-5.2# ./configure \
      --with-ssl=/usr/bin/openssl \
      --with-ssl-lib=/usr/lib/x86_64-linux-gnu && \
bash-5.2# make check_nrpe
cd ./src/; make
make[1]: Entering directory '/tmp/nrpe-4.1.1/src'
gcc -g -O2 -I/usr/include/openssl -DHAVE_CONFIG_H -I ../include -I ./../include -o nrpe ./nrpe.c ./utils.c ./acl.c -L/usr/lib64  -lssl -lcrypto
In file included from ./nrpe.c:38:
../include/common.h:40:12: fatal error: engine.h: No such file or directory
   40 | #  include <engine.h>
      |            ^~~~~~~~~~
compilation terminated.
In file included from ./utils.c:31:
./../include/common.h:40:12: fatal error: engine.h: No such file or directory
   40 | #  include <engine.h>
      |            ^~~~~~~~~~
compilation terminated.
In file included from ./acl.c:36:
./../include/common.h:40:12: fatal error: engine.h: No such file or directory
   40 | #  include <engine.h>
      |            ^~~~~~~~~~
compilation terminated.
make[1]: *** [Makefile:48: nrpe] Error 1
make[1]: Leaving directory '/tmp/nrpe-4.1.1/src'
make: *** [Makefile:80: check_nrpe] Error 2

Can someone please check this?
Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant