- 积分
- 17
- 威望
-
- 金钱
-
- 注册时间
- 2023-9-14
- 在线时间
- 小时
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2023-9-14 22:57:47
|
显示全部楼层
113 | static_assert(is_same<typename _Alloc::value_type, _Key>::value,
| ^
| ,
114 | "std::multiset must have the same value_type as its allocator");
| ~
/usr/include/c++/10/bits/stl_multiset.h:114:67: error: expected string-literal before ‘;’ token
114 | "std::multiset must have the same value_type as its allocator");
| ^
/usr/include/c++/10/bits/stl_multiset.h:113:20: error: expected ‘)’ before ‘;’ token
113 | static_assert(is_same<typename _Alloc::value_type, _Key>::value,
| ^
| )
114 | "std::multiset must have the same value_type as its allocator");
| ~
make: *** [Makefile:192: ext-src/php_swoole.lo] Error 1
/root/lnmp1.9/src
Restarting php-fpm......
Gracefully shutting down php-fpm . done
Starting php-fpm [14-Sep-2023 22:51:33] NOTICE: PHP message: PHP Warning: PHP Startup: Unable to load dynamic library 'swoole.so' (tried: /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/swoole.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/swoole.so: cannot open shared object file: No such file or directory), /usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/swoole.so.so (/usr/local/php/lib/php/extensions/no-debug-non-zts-20190902/swoole.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0
done
PHP Swoole install failed!
|
|