- libphp5.so requires version 12.0
- 2019-05-31 guava 编译的JDK版本号 1.6最高
- Docker for mac 加速器配置已经No certs f
- hyperledger fabrci e2e_cli examp
- 2019-08-21 pandas导入excel出错
- Targeting S+ (version 31 and abo
- Flutter image_picker 使用最新版本导致编译失
- Flutter requires a minimum xcode
- 【工具】requires CocoaPods version `
- requires CocoaPods version `>= 1
➜ apache2 apachectl -M
httpd: Syntax error on line 178 of /private/etc/apache2/httpd.conf: Cannot load /usr/local/Cellar/php56/5.6.25_1/libexec/apache2/libphp5.so into server: dlopen(/usr/local/Cellar/php56/5.6.25_1/libexec/apache2/libphp5.so, 10): Library not loaded: /usr/local/opt/libxml2/lib/libxml2.2.dylib\n Referenced from: /usr/local/Cellar/php56/5.6.25_1/libexec/apache2/libphp5.so\n Reason: Incompatible library version: libphp5.so requires version 12.0.0 or later, but libxml2.2.dylib provides version 10.0.0
环境:MacOs 10.12
看报错信息,是类库版本不对,我尝试
brew install libxml2
brew link libxml2--force,然并卵啊
什么问题呢?
网友评论