zubairhamed / canopus

CoAP Client/Server implementing RFC 7252 for the Go Language
Apache License 2.0
155 stars 41 forks source link

Problem with DTLS implementation #86

Open smnd90 opened 7 years ago

smnd90 commented 7 years ago

Hi, I tried the DTLS implementation but when I run the client or server, it say: "error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory" Why? I just make the 4 step in read.me: "Building and running"

smnd90 commented 7 years ago

I have resolved maybe

ptone commented 7 years ago

FYI - I had a similar issue but resolved by setting

LD_LIBRARY_PATH=....go/src/github.com/zubairhamed/canopus/openssl/ before running the examples