-
|
OS: Ubuntu 18.04 Before installing Swoole, i installed c-ares library on ubuntu using command below: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
The issue resolved by installing "libc-ares-dev", then removed the "swoole-src" folder, and re-installing openswoole from source again (starting from cloning git repo), so pre-requisite to configure compile-time swoole option "--enable-cares" is: |
Beta Was this translation helpful? Give feedback.
-
|
You added |
Beta Was this translation helpful? Give feedback.

You added
--enable-caresto the compilation configuration, tha requireslibc-ares-devto be installed