王殊勋的个人博客

只要开始,虽远不迟!

  • 首页
  • 关于
  • 分类
  • 归档
  • 搜索
  • 文章目录
  • 站点概览
王殊勋

王殊勋

关注互联网运维技术发展
1056 日志
3 分类

error while loading shared libraries libinotifytools.so.0 cannot open shared object file No such file or directory

发表于 2011-09-22 更新于 2026-03-03 分类于 技术分享

做个软链接:

32位系统:

1
ln -s /usr/local/lib/libinotifytools.so.0 /usr/lib/libinotifytools.so.0

64位系统:

1
ln -s /usr/local/lib/libinotifytools.so.0 /usr/lib64/libinotifytools.so.0
修改TOMCAT端口和绑定域名
解决checking for libmemcached >= 0.17... configure error libmemcached not found
© 2007 - 2026 本站内容可能来自于互联网,如有侵权请联系站长。
0%