php安装imap扩展(Cannot find imap library报错的解决方法)
imap扩展源码在php的源码包ext/imap下。
避坑指南
如果安装时遇到这个报错,请往下看:configure: error: Cannot find imap library (libc-client.a). Please check your c-client installation.
imap扩展源码在php的源码包ext/imap下。
避坑指南
如果安装时遇到这个报错,请往下看:configure: error: Cannot find imap library (libc-client.a). Please check your c-client installation.
[root@a0a0b2ae3ff1 re2c]# make
GEN src/msg/help.cc
GEN src/parse/parser.cc
GEN src/parse/lex.cc
GEN src/msg/ver_to_vernum.cc
GEN src/parse/lex_conf.cc
GEN src/options/parse_opts.cc
make all-am
make[1]: Entering directory `/root/re2c'
CXX src/main.o
./depcomp: line 772: exec: g++: not found
make[1]: *** [src/main.o] Error 127
make[1]: Leaving directory `/root/re2c'
make: *** [all] Error 2
解决方法
[root@a0a0b2ae3ff1 re2c]# ./autogen.sh
Can't exec "aclocal": No such file or directory at /usr/share/autoconf/Autom4te/FileUtils.pm line 326.
autoreconf: failed to run aclocal: No such file or directory
解决方法
➜ ~ ssh root@123.123.123.123 -p 2222
root@123.123.123.123's password:
Permission denied, please try again.
通过SSH登录远程Linux服务器是,报如下错误www@123.123.123.123: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).