这篇文章小编就为大家带来一篇讲解swoole4.2.4安装出错libnghttp2.so.14: cannot open shared object file。小编觉得挺不错的,现在就分享给大家,如果你在找swoole4.2.4,swoole4安装,swoole安装,也可以做个参照。一起跟随小编过来看看吧。
swoole4.2.4安装出错libnghttp2.so.14: cannot open shared object file
作者:微信小程序培训师 发布时间:2018-10-30
前几天swoole作者韩天峰说swoole4.2.4版本可以用于生产环境,
于是准备安装swoole到最新的版本。
但是在安装时出错,libnghttp2.so.14: cannot open shared object file
具体内容如下:
PHP Warning: PHP Startup: Unable to load dynamic library 'swoole.so' (tried: /softs/php/lib/php/extensions/no-debug-zts-20170718/swoole.so (libnghttp2.so.14: cannot open shared object file: No such file or directory), /softs/php/lib/php/extensions/no-debug-zts-20170718/swoole.so.so (/softs/php/lib/php/extensions/no-debug-zts-20170718/swoole.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
Extension 'swoole' not present
说无法加载swoole.so,
原来是找不到libnghttp2.so,
但是 http2 已经安装过。
解决的方法是,
sudo ldconfig
更新一下动态链接库
猛击这里,
观看子恒老师《小程序开发入门》系列视频
声明:部分文章或图片未能及时与原作者取得联系,若来源标注错误或侵犯到您的权益烦请告知QQ:2334512685,我们会及时删除。
发布:秦子恒博客,欢迎转载分享,请保留出处。
swoole4.2.4安装出错libnghttp2.so.14: cannot open shared object file链接:https://www.qinziheng.com/details/7959/
swoole4.2.4安装出错libnghttp2.so.14: cannot open shared object file相关文章