Hi, I've been able to configure --with-mysql in Solaris 10 which has MySQL version 4.0.31 bundled in. Since beta4 build fails due to change in src/lib-sql/driver-mysql.c. I've never used this feature but so I don't need it. This is just a FYI if someone reads mailing list. "driver-mysql.c", line 139: undefined symbol: CLIENT_MULTI_RESULTS "driver-mysql.c", line 448: warning: implicit function declaration: mysql_next_result Tomppa
On Mon, 2010-03-22 at 16:07 +0200, Tomi Vainio wrote:> "driver-mysql.c", line 139: undefined symbol: CLIENT_MULTI_RESULTS > "driver-mysql.c", line 448: warning: implicit function declaration: > mysql_next_resulthttp://hg.dovecot.org/dovecot-2.0/rev/9aa107613324 helps I guess? -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20100322/c0a297e2/attachment-0002.bin>
On 22/03/10 16:13, Timo Sirainen wrote:> On Mon, 2010-03-22 at 16:07 +0200, Tomi Vainio wrote: > >> "driver-mysql.c", line 139: undefined symbol: CLIENT_MULTI_RESULTS >> "driver-mysql.c", line 448: warning: implicit function declaration: >> mysql_next_result > > http://hg.dovecot.org/dovecot-2.0/rev/9aa107613324 helps I guess? >Thanks, I've compiled it successfully after this fix. Tomppa