SQLite Forum

Sqlite3 64bit for Centos7
Login

Sqlite3 64bit for Centos7

(1) By anonymous on 2020-04-23 19:48:29 [link] [source]

I've got an issue where when I download the latest sqlite3 binaries for linux they are incompatible with my Centos7 64bit server. Is there a way to remedy this?

(2) By Warren Young (wyoung) on 2020-04-23 19:51:57 in reply to 1 [source]

Build your own?

It isn't hard.

(3) By anonymous on 2020-04-23 19:55:08 in reply to 2 [link] [source]

The issue is that the sqlite download from the site (from what I can see) is 32bit. I clicked on the link you sent but Im not sure how to build my own into 64bit.

(4) By Warren Young (wyoung) on 2020-04-23 20:56:36 in reply to 3 [link] [source]

I clicked on the link you sent but Im not sure how to build my own into 64bit.

Follow the instructions on the site I linked you to. Obtain The Code. Compile it. Now you have a sqlite3 binary built specifically on and for your local system.

(5) By anonymous on 2020-04-23 20:58:42 in reply to 4 [link] [source]

ok, thanks!