Skip to content

libssl.so issue #3

@tuwid

Description

@tuwid

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions