I am working on a pet project, for searching file contents, my intention is install sqlite3 with ruby binding s with FTS3 for full text search.
though after considerable experimentation was able to get sqlite3 compiled from source for ./configure FTS3=on sudo make install clean
how to get sqlite3-ruby installed with FTS3