php动态库libicui18n报错
安装完成ffmpeg出现动态库libicui18n报错,不存在
$ php -v dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.63.dylib Referenced from: /usr/local/opt/[email protected]/bin/php Reason: image not found [1] 31174 abort php -v
通过网上查找资料了解到php新版本的动态库7.2.16不能使用63版本,通过升级php可以解决问题。
使用brew升级php
$ brew upgrade php72 ==> Upgrading 1 outdated package: [email protected] 7.2.16 -> 7.2.20 ==> Upgrading [email protected] ==> Installing dependencies for [email protected]: apr, argon2, libssh2, jemalloc, libev, nghttp2, curl-openssl, freetds, libpq and libsodium ==> Installing [email protected] dependency: apr ==> Downloading https://homebrew.bintray.com/bottles/apr-1.7.0.mojave.bottle.tar.gz ==> Downloading from https://akamai.bintray.com/3a/3a245185ed7280d1a19e7c639786b4c21dd0088878be8ac87ca58510eb5c9cc1?__gda__=exp=1563530722~hmac=8e94698ea6aa458b7dfea49d1cde602217ab9a2 ######################################################################## 100.0% ==> Pouring apr-1.7.0.mojave.bottle.tar.gz ==> Caveats apr is keg-only, which means it was not symlinked into /usr/local, because Apple's CLT package contains apr. If you need to have apr first in your PATH run: echo 'export PATH="/usr/local/opt/apr/bin:$PATH"' >> ~/.zshrc
一切结束之后执行php查看版本:
$ php -v PHP 7.2.20 (cli) (built: Jul 5 2019 12:51:26) ( NTS ) Copyright (c) 1997-2018 The PHP Group Zend Engine v3.2.0, Copyright (c) 1998-2018 Zend Technologies with Zend OPcache v7.2.20, Copyright (c) 1999-2018, by Zend Technologies
相关推荐
Noneyes 2020-11-10
zyyjay 2020-11-09
xuebingnan 2020-11-05
samtrue 2020-11-22
stefan0 2020-11-22
yifangs 2020-10-13
songshijiazuaa 2020-09-24
hebiwtc 2020-09-18
天步 2020-09-17
83911535 2020-11-13
whatsyourname 2020-11-13
zhouyuqi 2020-11-10
mathchao 2020-10-28
王志龙 2020-10-28
wwwsurfphpseocom 2020-10-28
diskingchuan 2020-10-23
savorTheFlavor 2020-10-23