On Thu, Jan 09, 2020 at 12:38:08PM -0700, Alan Feuerbacher via blfs-support wrote: > I'm building subversion-1.13.0 in (System V Edition) - Version > 2020-01- 08 and have run into a test problem. After executing > "make check" I get this failure: > > [SKIPPED] Python sqlite3 module required > > In earlier LFS versions I was able to install Pysqlite this way: > > # https://github.com/ghaering/pysqlite mkdir Pysqlite mv > pysqlite-master.zip Pysqlite/ cd Pysqlite/ unzip > pysqlite-master.zip cd pysqlite-master python setup.py install > > After I do this, the subversion make check still fails. > > Any ideas? > > Alan > I think we are talking about python2 ? If so, rebuild python2 after installing sqlite. That's why sqlite is one of the packages labelled as Optional (For Additional Modules) on the python2 page. And we call the package sqlite - most distros call it sqlite3.
ĸen -- The right of the people to keep and arm Bears, shall not be infringed. -- http://lists.linuxfromscratch.org/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
