从存档中提取文件内容后phantomjs
,我运行命令phantomjs
并遇到错误:
phantomjs: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory
我在网上搜索了解决方案,但问题仍然存在。我已经用 更新了动态链接器缓存ldconfig
。我已经更新了库路径:
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/libz.so.1:$LD_LIBRARY_PATH
我什至删除了符号链接/usr/lib/x86_64-linux-gnu/libz.so.1
并重新创建了它指向/usr/lib/x86_64-linux-gnu/libz.so.1.3
.此外,zlib1g-dev
已经安装了最新版本(1:1.3.dfsg-3+b1)。
如果上述解决方案都不能解决问题,那么还有什么其他解决方案呢?