You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
making install mod_pgsql
make[4]: Entering directory '/usr/src/freeswitch-1.10.11/src/mod/databases/mod_pgsql'
CC mod_pgsql_la-mod_pgsql.lo
mod_pgsql.c: In function ‘pgsql_next_result_timed’:
mod_pgsql.c:765:17: error: enumeration value ‘PGRES_TUPLES_CHUNK’ not handled in switch [-Werror=switch]
765 | switch (res->status) {
| ^~~~~~
cc1: all warnings being treated as errors
The text was updated successfully, but these errors were encountered:
I have the same problem, trying to install FusionPBX is a mess.
I don't know anything about this DB, so I don't know what to do with 'PGRES_TUPLES_CHUNK' and can't fix it.
Do not use the latest version of PostgreSQL!
I recommend a version no higher than 15.
Compiled without errors on libraries:
... Libpq-Dev 16.1-1.pgdg110+1-Header Files for Libpq5 (PostgreSQL Library)
... Libpq5: AMD64 16.1-1.pgdg110+1 - PostgreSQL C Client Library
When make with postgre, following error occurs:
making install mod_pgsql
make[4]: Entering directory '/usr/src/freeswitch-1.10.11/src/mod/databases/mod_pgsql'
CC mod_pgsql_la-mod_pgsql.lo
mod_pgsql.c: In function ‘pgsql_next_result_timed’:
mod_pgsql.c:765:17: error: enumeration value ‘PGRES_TUPLES_CHUNK’ not handled in switch [-Werror=switch]
765 | switch (res->status) {
| ^~~~~~
cc1: all warnings being treated as errors
The text was updated successfully, but these errors were encountered: