0

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.

Kenster
  • 23,465
  • 21
  • 80
  • 106
Sijith
  • 3,740
  • 17
  • 61
  • 101

1 Answers1

0

It seems apt-get command is not found in your system.

This might be helpful for you (apt-get: command not found).

Sumit Jha
  • 1,601
  • 11
  • 18