yum install php-process

[root@iZ280vf4sdpZ GatewayWorker]# php start.php start
Please install posix extension. See http://doc3.workerman.net/appendices/install-extension.html

问题场景:在linux虚拟机中部署GatewayMan 

linux服务器中没有安装 posix 的扩展

在Centos 6.7中,直接 

yum install -y php-process 

 

相关文章:

  • 2021-08-06
  • 2022-12-23
  • 2021-10-07
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-06-02
  • 2022-12-23
  • 2022-01-11
  • 2021-06-18
  • 2023-03-27
  • 2022-02-07
相关资源
相似解决方案