Re: [sqlite] SQLite3 linking error on 64 bit linux machine

2011-08-31 Thread Tarun
Hi Igor, Thanks for reply. This issue is resolved. I downloaded source code sqlite-autoconf-3070701.tar.gz and built on 64 bit machine. It built successfully and I am able to link with it. Thanks and Regards, Tarun On 8/31/11, Igor Tandetnik wrote: > Tarun

Re: [sqlite] SQLite3 linking error on 64 bit linux machine

2011-08-31 Thread Igor Tandetnik
Tarun wrote: > I am trying to use SQLite3 library on 64 bit machine. I have copied > libsqlite3.so from /usr/lib/ on 32bit linux machine to 64bit linux > machine. How do you expect this to work? The library from 32-bit machine contains 32-bit code. You can't link that

[sqlite] SQLite3 linking error on 64 bit linux machine

2011-08-31 Thread Tarun
Hi All, I am trying to use SQLite3 library on 64 bit machine. I have copied libsqlite3.so from /usr/lib/ on 32bit linux machine to 64bit linux machine. While program compilation on 64bit machine, I am getting linking error given below: