Oleg wrote: > Hello > Sorry for my stupid question, but: how can I correctly generate "configure" > script from SVN revision?
I use: autoreconf -f -i > > And one more (from my experiments): > > ./configure --with-mysql > make > > and I get: > ./.libs/libdbmail.a(db.o)(.text+0x1b6d): In function > `db_insert_message_block_physmessage': > /export/DBmail/dbmail/db.c:940: undefined reference to `db_escape_binary' > collect2: ld returned 1 exit status > > Is `db_escape_binary' - PostgreSQL specific? db_escape_binary was indeed introduced as part of the change in the postgres code to use bytea for messageblk storage. For mysql db_escape_binary simply maps to db_escape_string, but it took me a day or two before I noticed it was missing. Please run svn update. -- ________________________________________________________________ Paul Stevens mailto:[EMAIL PROTECTED] NET FACILITIES GROUP PGP: finger [EMAIL PROTECTED] The Netherlands________________________________http://www.nfg.nl
