我得到的错误:

root@ubuntu:/home/user/Desktop/libssh2-1.4.3# ./buildconf
./buildconf: 15: ./buildconf: aclocal:   not found
./buildconf: 16: ./buildconf: autoheader: not found
./buildconf: 21: ./buildconf: autoconf:   not found
./buildconf: 22: ./buildconf: automake:   not found

最佳答案

安装基本版本:

# apt-get install build-essential

08-15 23:58