Home >PHP Framework >Workerman >Workerman cannot be started under Linux system

Workerman cannot be started under Linux system

王林
王林Original
2019-12-11 13:18:462452browse

Workerman cannot be started under Linux system

workerman cannot be started under the linux system

Run the command: php start.php start -d

The following error appears:

Workerman cannot be started under Linux system

Cause:

The event extension is not installed and the so file does not exist.

If there are only a few hundred online users, you actually don’t need to install this extension to avoid errors.

Solution:

Comment out the event extension in the php.ini configuration file and there will be no error.

Recommended related articles and tutorials: workerman tutorial

The above is the detailed content of Workerman cannot be started under Linux system. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn