[BDB 11gR2 Beta] Using FTS2 with the BDB SQLite compatibility library code

Sandra Whitman sandra.whitman at oracle.com
Tue Mar 2 12:03:40 PST 2010


Hi Liam,

I am not familiar with the Chromium OS, but if it is UNIX-like then any 
arguments which can be passed to a standard SQLite configure script can 
also be passed to the Berkeley DB configure script. For example, I 
typically build:

../dist/configure CPPFLAGS="-DSQLITE_ENABLE_FTS3" --enable-sql
or
../dist/configure CPPFLAGS="-DSQLITE_ENABLE_FTS3" --enable-sql_compat

As Dave mentioned, let me know the problem you are having and I can 
check further.

Thanks,
Sandra

Hexxeh wrote:
> Hi all,
>
> I'm trying to integrate the new BDB SQLite compatible library into 
> Chromium/ChromiumOS, and I'm encountering a few issues that I hope one 
> of you may have the answer to.
>
> One requirement of Chromium is the FTS2 extension, has anyone managed 
> to successfully use this with the library? If so, how did you 
> accomplish this?
>
> Thanks,
> Liam McLoughlin
> ------------------------------------------------------------------------
>
> _______________________________________________
> BDB-BETA-FEEDBACK mailing list
> BDB-BETA-FEEDBACK at oss.oracle.com
> http://oss.oracle.com/mailman/listinfo/bdb-beta-feedback



More information about the BDB-BETA-FEEDBACK mailing list