swoole / ext-postgresql

🐘 Coroutine-based client for PostgreSQL
64 stars 21 forks source link

Fatal error: 'php_swoole_cxx.h' file not found when installing ext-postgresql #2

Closed lexy10 closed 5 years ago

lexy10 commented 5 years ago

I encountered this error when trying to install the postgresql extension.

In file included from /tmp/sw/ext-postgresql/swoole_postgresql_coro.cc:17:
./swoole_postgresql_coro.h:20:10: fatal error: 'php_swoole_cxx.h' file not found
#include "php_swoole_cxx.h"
         ^~~~~~~~~~~~~~~~~~
1 error generated.
make: *** [swoole_postgresql_coro.lo] Error 1
matyhtf commented 5 years ago

需要先安装 swoole 扩展