今天测试的时候,启动一个其他机器预编译好的nginx到目标测试机器(OEL 7.4)启动的时候,报了下列错误:

/usr/local/nginx/sbin/nginx: error while loading shared libraries: libpcre.so.0: cannot open shared object file: No such file or directory 

经查,OEL 7.4版本下/lib64下没有libpcre.so.0这个共享库,故创建一个到libpcre.so的符号链接,再次启动,问题解决。

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-07-24
  • 2021-10-04
  • 2022-12-23
  • 2021-05-18
猜你喜欢
  • 2022-12-23
  • 2021-05-15
  • 2022-12-23
  • 2021-09-24
  • 2021-10-11
  • 2021-09-09
相关资源
相似解决方案