I wasnt able to compile the nrpe as the libssl version was hardcoded
Solved like following
after installing libssl-dev I found the right library (in my case was /usr/lib/i386-linux-gnu/libssl.so )
and created a link to it here :
ln -s /usr/lib/i386-linux-gnu/libssl.so /usr/lib/libssl.so
After that it compiled properly
I wasnt able to compile the nrpe as the libssl version was hardcoded
Solved like following
after installing libssl-dev I found the right library (in my case was /usr/lib/i386-linux-gnu/libssl.so )
and created a link to it here :
ln -s /usr/lib/i386-linux-gnu/libssl.so /usr/lib/libssl.so
After that it compiled properly