Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • As per the first point, i tried pip install sqlite==2.6.2 as 2.6.3 is latest, but same error. Then i tried setup.py install from the tarball but still same error. Commented Oct 31, 2012 at 9:28
  • in that case, it looks like something's wrong with the libraries in your system that sqlite depends on. Perhaps you can try to reinstall them if possible. Basically reinstall dependencies until everything is nice and clean. It might also be a good idea to create a completely clean VM and see if it works there. Commented Oct 31, 2012 at 10:23
  • ya thats what i too doubted. The issue is the FreeBSD server is being managed by a hosting company and i dont have root access. They claim that sqlite libraries are installed. Thats why i need to give them clear instructions on which package to install/reinstall. Commented Oct 31, 2012 at 11:38