Hi Christoph, Thanks to Tatsuo Ishii ([email protected]) we have a fix for the issue. I tried with the following patch and it does seem to fix the issue.
``` diff --git a/configure.ac b/configure.ac index 881966fbc..bd8283090 100644 --- a/configure.ac +++ b/configure.ac @@ -105,7 +105,7 @@ dnl Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_TYPE_PID_T AC_HEADER_TIME - +AC_C_BIGENDIAN dnl ===== Copied from PostgreSQL's configure start ===== dnl ``` You can get a better view of the fix at https://github.com/pgpool/pgpool2/issues/106 Thanks, Pranav

