w3m不能正常运行
rtapt-get upgrade之后又apt-get install w3m w3m-img
然后发现w3m不能正常运行
# w3m
w3m: error while loading shared libraries: libgc.so.1: cannot open shared object file: No such file or directory
#
apt-get install gc :roll:
依赖关系啊………………
没有写进去啊………… 既然依赖库,为何 rpm 打包后期阶段二进制扫描的时候没有写入依赖呢?............... 数据库不全? 大概因为w3m的包使用了自已的find_requires脚本的关系。
另外原来的w3m051是静态编译的,不需要gc。
页:
[1]