升级openssh7.5时报错 之前有升级 openssl 1.1.0e

时间:2022-02-25 13:08:57
openssl 1.1.0e 升级
./config --prefix=/usr/local/ssl shared 
 make
 make install
安装成功

然后安装openssh 7. 5p1时
./configure --prefix=/etc/openssh  --with-pam zlib --with-ssl-dir=/usr/local/ssl --with-md5-passwords 
编译也成功了 可是执行make 的时候 
报错 
78:28: 错误:提领指向不完全类型的指针
   return BN_num_bits(k->rsa->n);
sshkey.c:539:49: 附注:in definition of macro ‘bn_maybe_alloc_failed’
 #define bn_maybe_alloc_failed(p) (p == NULL && (p = BN_new()) == NULL)
等等
make: *** [sshkey.o] 错误 1

2 个解决方案

#1


咱俩一样啊。。。

#2


楼主如果解决了回复下解决办法把

#1


咱俩一样啊。。。

#2


楼主如果解决了回复下解决办法把