php7-fpm ERROR: failed to retrieve TCP_INFO for socket: Protocol not available (92) php7-fpm ERROR: failed to retrieve TCP_INFO for socket: Protocol not available (92) docker docker

php7-fpm ERROR: failed to retrieve TCP_INFO for socket: Protocol not available (92)


Because your system does not support TCP_INFO, you can rebuild php by source code.find source main/php_config.h and modify

-- #define HAVE_LQ_TCP_INFO 1
++ //#define HAVE_LQ_TCP_INFO 1

make && make install