Current version of SQLite is 3.24, but OSX (in my case 10.11, El Capitan)
comes with sqlite3 version 3.8.10 installed.

I've downloaded the new sqlite3 et al and put them in my path so I can use
the new features.  Now I'd like to make Racket use the new code as well.  I
cannot update the actual libsqlite3 files, or even add a new version
alongside it in the standard /usr/lib/ location, because Apple decided that
even root users are not smart enough to handle such things.

If I get a new version of libsqlite3 and put it in some per-user directory,
how can I tell the Racket db module to link the SQLite code against this
new library instead of the outdated default system one?

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to