Igor Ceh added the comment:
I've changed ./Modules/_sqlite/util.h
//#if SQLITE_VERSION_NUMBER >= 3007014
#if SQLITE_VERSION_NUMBER >= 3107014 // Change
#define SQLITE3_CLOSE sqlite3_close_v2
#else
#define SQLITE3_CLOSE sqlite3_close
#endif
#endif
And tried to recompile with
New submission from Igor Ceh :
While trying to build Python 3.8.1 from source with Sqlite 3.30.1 on a CentOS
6.10 I get the following warning:
*** WARNING: renaming "_sqlite3" since importing it failed:
build/lib.linux-x86_64-3.8/_sqlite3.cpython-38-x86_64-linux-gnu.so: undefin