Centos7 executes PHP-m error after installing swoole extension

Unable to load dynamic library"/ usr/lib64/php/modules/swoole.so" (tried: / usr/lib64/php/modules/swoole.so (/ usr/lib64/php/modules/swoole.so: undefined symbol: mysqlnd_find_charset_nr)

when editing and installing swoole4, neither the, make test nor the error was reported. However, the above error was reported when executing php-m. It is true that I only installed one PHP7.2,swoole extension location. Please answer the question

.
Apr.03,2021

my installation process:
download: https://github.com/swoole/swo.
production configure script (build extended skeleton): phpize
configuration: configure-witch-php-config=xxx
install: make & & make install
configure php.ini:extension=swoole.so

did you miss a step?


check / usr/lib64/php/modules/swoole.so for existence

Menu