免安装版nginx,启动报错如下:

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

 

解决办法:

ln -n /lib64/libpcre.so.1.2.0 /lib64/libpcre.so.0

相关文章:

  • 2022-12-23
  • 2021-12-26
  • 2021-08-19
  • 2021-12-05
  • 2021-11-22
  • 2022-12-23
  • 2021-08-19
  • 2022-02-20
猜你喜欢
  • 2021-10-28
  • 2021-07-13
  • 2021-07-16
  • 2022-12-23
  • 2021-08-30
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案