> 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.
Rev. 1910, still the same error. gcc -I/usr/local/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/gmime-2.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -W -Wall -Wpointer-arith -Wstrict-prototypes -o .libs/dbmail-smtp main.o -L/usr/local/lib ./.libs/libdbmail.a /home/nix/dbmail/mysql/.libs/libsqldbmail.so -L/usr/local/lib/mysql -lmysqlclient -lcrypt -lm -lpthread -lgmime-2.0 -lz -lgobject-2.0 -lglib-2.0 -liconv -Wl,--rpath -Wl,/usr/local/lib/dbmail ./.libs/libdbmail.a(db.o)(.text+0x1e6e): In function `db_insert_message_block_physmessage': : undefined reference to `db_escape_binary' *** Error code 1
