[issue21950] import sqlite3 not running after configure --prefix=/alt/path; make; make install

R. David Murray report at bugs.python.org
Fri Jul 18 17:44:09 CEST 2014


R. David Murray added the comment:

The install log shows the file being copied into place:

copying build/lib.linux-x86_64-3.4/_sqlite3.cpython-34m.so -> /soft/pyt341/lib/python3.4/lib-dynload

This does not line up with the fact that you said the file did not exist after the install.  Something would have to be deleting the file after it got copied into place.  After you run make install, is there anything at all in lib-dynload?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21950>
_______________________________________


More information about the Python-bugs-list mailing list