- 主题:KBS 安装 libesmtp 出错
./confdigure 没有问题
但是 make 时报错
/usr/bin/ld: cannot find -lssl
collect2: ld returned 1 exit status
make[2]: *** [bbsd] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
是缺少东西?还是?
--
FROM 218.249.29.*
缺libssl
【 在 tombcy (tombcy) 的大作中提到: 】
: ./confdigure 没有问题
: 但是 make 时报错
: /usr/bin/ld: cannot find -lssl
: ...................
--
FROM 135.252.214.*
是要安装 open ssl 是吗?
【 在 wisi (午休时间专拍脑残的wpy) 的大作中提到: 】
: 缺libssl
--
FROM 218.249.29.*
./configure
--with-libesmth=/usr/lib
这次编译通过了
【 在 wisi (午休时间专拍脑残的wpy) 的大作中提到: 】
: 缺libssl
--
FROM 218.249.29.*