Skip to content

Instantly share code, notes, and snippets.

@kmvan
Last active April 21, 2026 02:05
Show Gist options
  • Select an option

  • Save kmvan/c0ec110c175b5b059db4de28030b68cd to your computer and use it in GitHub Desktop.

Select an option

Save kmvan/c0ec110c175b5b059db4de28030b68cd to your computer and use it in GitHub Desktop.
Update CentOS sqlite3
./configure --prefix=/usr/local
make && make install
mv /usr/bin/sqlite3 /usr/bin/sqlite3_old
ln -s /usr/local/bin/sqlite3 /usr/bin/sqlite3
echo "/usr/local/lib" > /etc/ld.so.conf.d/sqlite3.conf
ldconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment