Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6559711
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T13:21:52+00:00 2026-05-25T13:21:52+00:00

The latest SQLite3 library available on CentOS 5.6 and which is installed is version

  • 0

The latest SQLite3 library available on CentOS 5.6 and which is installed is version 3.3.6. It’s my understanding that the sqlite3 gem needs version 3.6 or higher.

How do I get my app to work with SQLite3 without upgrading the library on my server? It’s in a work environment and I’m simply not allowed to upgrade it.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T13:21:53+00:00Added an answer on May 25, 2026 at 1:21 pm

    You could compile a static library of the version of sqlite you require. Then install the sqlite3 gem with a reference to your new static library.

    While I haven’t tested this procedure, I could see the process being…

    1. Download and extract the SQLite source in a new directory.

    mkdir $HOME/sqlite3.7.7.1
    cd $HOME/sqlite3.7.7.1
    wget http://www.sqlite.org/sqlite-autoconf-3070701.tar.gz
    tar -zxvf sqlite-autoconf-3070701.tar.gz
    cd sqlite-autoconf-3070701
    

    2. Configure, compile, and install.

    ./configure --disable-shared --enable-static --prefix=$HOME/sqlite3.7.7.1
    make && make install
    

    3.A. (option1) Install the SQLite gem with a reference to your new static lib.

    gem install sqlite3 --with-sqlite3-dir=$HOME/sqlite3.7.7.1
    

    3.B. (option2) Install via bundler. *Assuming sqlite3 has already been added to the Gemfile (thanks to Lester)

    bundle config build.sqlite3 \
      --with-sqlite3-include=$HOME/sqlite3.7.7.1/include \
      --with-sqlite3-lib=$HOME/sqlite3.7.7.1/lib \
      --with-sqlite3-dir=$HOME/sqlite3.7.7.1/bin
    bundle install
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

What is the latest version of the Boost library that is compatible with Microsoft
Does the latest version of the enterprise library ( http://msdn.microsoft.com/en-us/library/cc512464.aspx ) come with the
I have successfully developed a small iPhone+Monotouch (latest version) application with Monodevelop 2.8, which
Anyone know why Subsonic 2.2 uses System.Data.SQLite version 1.0.60.0 instead of the latest version
The latest Google App Engine release supports a new Task Queue API in Python.
In the latest version of WordPress, it gives you the opportunity to view a
After upgrading to the latest version of TortoiseSVN (1.5.2.13595), it's context menu is no
Just installed the latest SDK for iPhone 2.1. When I go to File ->
Part of my latest webapp needs to write to file a fair amount as
Latest version of Sqlite (3.7.10) wanted to link __msize function and since Delphi memory

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.