FS#1134 - Sqlite version 3 and version 2 can and should co-exist
Attached to Project:
Arch Linux
Opened by Qball Cow (qball) - Friday, 16 July 2004, 13:09 GMT
Last edited by Judd Vinet (judd) - Friday, 16 July 2004, 17:19 GMT
Opened by Qball Cow (qball) - Friday, 16 July 2004, 13:09 GMT
Last edited by Judd Vinet (judd) - Friday, 16 July 2004, 17:19 GMT
|
Details
Version 3 and version 2 of sqlite can co-exist. the only
conflict would be sqlite.pc.
sqlite.pc in version 3 is allready broken. (its -lsqlite3 not -lsqlite) and I wonder if it shouldn't be called sqlite3.pc. So sqlite version 3 should be renamed to sqlite3 (its libsqlite3.so.0 aswell) and sqlite should be version 2.8.14 (or whatever is the latest.) If they co-exist if would allow sqlite version <3 to still work aswell as version 3. |
This task depends upon
This seems to solve all the problems for me.