On Thu, 9 Sep 2010 11:06:07 -0400 (EDT), Wietse Venema <wie...@porcupine.org> wrote: > Will this work? Unfortunately I can't test Postfix myself on every > version of everything. > > Wietse > > *** ./dict_sqlite.c- Fri Jun 18 20:19:15 2010 > --- ./dict_sqlite.c Thu Sep 9 11:01:12 2010 > *************** > *** 68,74 **** > #include <sqlite3.h> > > #if !defined(SQLITE_VERSION_NUMBER) || (SQLITE_VERSION_NUMBER < 3005004) > ! #error "Your SQLite version is too old" > #endif > > /* Utility library. */ > --- 68,74 ---- > #include <sqlite3.h> > > #if !defined(SQLITE_VERSION_NUMBER) || (SQLITE_VERSION_NUMBER < 3005004) > ! #define sqlite3_prepare_v2 sqlite3_prepare > #endif > > /* Utility library. */
Right now I have checked postfix compile and postconf out. Everything fine. Don't check only real work with sqlite database. I can do it later. # cat /etc/redhat-release CentOS release 5.5 (Final) # postconf | grep mail_version mail_version = 2.8-20100829 milter_macro_v = $mail_name $mail_version # postconf -m btree cidr environ hash internal nis pcre proxy regexp sqlite static tcp unix Thank you again!