swoole / ext-postgresql

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

make: *** [Makefile:209: swoole_postgresql_coro.lo] Error 1 #62

Closed kocoten1992 closed 2 years ago

kocoten1992 commented 3 years ago
ext-postgresql/swoole_postgresql_coro.h:20:10: fatal error: ext/swoole/ext-src/php_swoole_cxx.h: No such file or directory
   20 | #include "ext/swoole/ext-src/php_swoole_cxx.h"
      |          ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

I already have libpq, via apt install libpq-dev, and installed swoole via pecl, but compilation is bug (I already try master and release v4.6.1)