You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
The below steps work on fedora 40 but not on fedora 41
Can someone please check this?
Thank you
The text was updated successfully, but these errors were encountered: