- 积分
- 76
- 威望
-
- 金钱
-
- 注册时间
- 2020-3-7
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
本帖最后由 dajf 于 2021-9-20 20:02 编辑
遇到了应用需要安装php zip拓展,在编译安装的时候出现这个问题
- checking for zip archive read/write support... yes, shared
- checking for libzip >= 0.11 libzip != 1.3.1 libzip != 1.7.0... no
- configure: error: Package requirements (libzip >= 0.11 libzip != 1.3.1 libzip != 1.7.0) were not met:
- Requested 'libzip >= 0.11' but version of libzip is 0.10.1
- Consider adjusting the PKG_CONFIG_PATH environment variable if you
- installed software in a non-standard prefix.
- Alternatively, you may set the environment variables LIBZIP_CFLAGS
- and LIBZIP_LIBS to avoid the need to call pkg-config.
- See the pkg-config man page for more details.
复制代码 怎么升级比较好,会不会影响到以后的自动更新
|
|