-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels