I am using ubuntu and compiling gRPC but getting error on openssh:
gRPC/src/core/lib/security/credentials/jwt/json_token.h:25:25: fatal error: openssl/rsa.h: No such file or directory
my system have following openssh version:
OpenSSL 1.0.2h-fips 3 May 2016
Tried to install openssh using following command:
apt-get install libssl-dev
its give error command not found
.