Date: 2025-02-25 10:25:43
Score: 2
Natty:
Answering my own question in case it helps someone:
- Install the source version of sqlite: https://www.sqlite.org/2025/sqlite-src-3490000.zip
- Add path_to_install_directory/sqlite/lib to LD_LIBRARY_PATH
- Add path_to_install_directory/sqlite/bin to PATH
- Compile python with CPPFLAGS="-I path_to_install_directory/sqlite/include" ./configure && make -j16 install
Reasons:
- Low length (0.5):
- No code block (0.5):
- Self-answer (0.5):
- Low reputation (0.5):
Posted by: PrOpoLo