shell
send-mail: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
send-mail: warning: inet_protocols: configuring for IPv4 support only
postdrop: warning: in
出现requires the ionCube PHP Loader ioncube_loader_lin_5.6.so to be installed by the website operator错误怎么解决?
上面说的是没有安装ionCube,所以我们先来安装一下ionCube
进入[http://www.ioncube.com/loaders.php](http://www.ioncube.
安装一个软件包是提示`pip command not found`,原因是pip工具包没安装,接下来安装pip工具包。
shell
wget https://cx.lmcjl.com/package/pip-7.1.2.tar.gz
tar -xzvf pip-7.1.2.tar.gz
cd pip-7.1.2
python setup.py install