On Nov 4, 2008, at 5:21 PM, Roger Binns wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Michael Muratet wrote:
>> I built sqlite
>> from the aggregate code but my python project hangs.
>
> There is a specific mailing list for Python with SQLite - see
> http://itsystementwicklung.de/cgi-bin/mailman/listinfo/list-pysqlite

Thanks, I'll check it out
>
>
>> So, I tried to
>> use it from the command line and noticed that the version was 3.3.6.
>
> Since you have multiple versions of SQLite on your system and are  
> using
> it from multiple places (python module, command line shell) you need  
> to
> ensure you are picking up the right thing.

I guess I'm not making my myself clear. I only have one installed  
version. Here's what I did:

* make sure all pysqlite bits are deleted (the bits I know about,  
anyway)
* get the aggregate code from the website
* do a make distclean and make sure the binary is deleted from /usr/ 
local/bin
* do a fresh build, ./configure -> make -> make install in sqlite3.6.4
* new sqlite3 binary now in /usr/local/bin reports that it is 3.3.6
* new sqlite3 binary in the build directory reports that it is 3.6.4

>  This will depend on the
> configuration of your specific machine and includes things like  
> library
> paths hard linked into modules, $LD_LIBRARY_PATH, /etc/ld.so.conf etc.

Does the version info come from a library somewhere or does it come  
from the executable?

Are there file permissions incorporated into a library somewhere or do  
they come from the executable?

Thanks

Mike
>
>
> Roger
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.9 (GNU/Linux)
>
> iEYEARECAAYFAkkQ2QAACgkQmOOfHg372QSyaACfacT0EfJi9tUDveacErfcRE4y
> y/UAoOBklKXBu65ZR3Eu+mKIuLl+L6Kh
> =caaA
> -----END PGP SIGNATURE-----
> _______________________________________________
> sqlite-users mailing list
> [email protected]
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to