Control: forwarded -1 https://github.com/jabberd2/jabberd2/issues/193
Hi Lucas, please see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=919395#36: > error: 'MYSQL' {aka 'struct st_mysql'} has no member named 'reconnect' > > This is not a bug. MYSQL.reconnect was not part of the API, even in 5.5 > https://dev.mysql.com/doc/refman/5.5/en/c-api-auto-reconnect.html Your relevant error seems to be (without terminal coloration ;-)): authreg_mysql.c: In function 'ar_init': authreg_mysql.c:631:9: error: 'MYSQL' {aka 'struct st_mysql'} has no member named 'reconnect' conn->reconnect = 1; Regards, Faustin