Home > OS >  Compile the openssh failure
Compile the openssh failure

Time:04-16


Want to compile the openssh - portable - V_8_5_P1 version, already installed

Sudo apt install autoconf
Sudo apt install zlib1g - dev
Sudo apt install libssl - dev
Sudo apt install openssl

Or indicate the above problems, compilation instructions for:

CFLAGS="-fpic - g - DDEBUG - DPACKET_DEBUG"./configure -- prefix="$PWD/Debug"

Use apt search libcypto could not find any, consult recognize how to solve this problem?

CodePudding user response:

Working libcrypto not found
  • Related