Re: [sqlite] problem about sqlite3_sql

2009-02-13 Thread roamer
yes,that is the problem. thank you! On Wed, Feb 11, 2009 at 5:08 PM, Roger Binns wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > roamer wrote: > > the sqllite3.so did not contian sqlite3_sql or I have done something > wrong? > > Your application is p

[sqlite] problem about sqlite3_sql

2009-02-10 Thread roamer
I used the newest sqlite-amalgamation-3.6.10 and and I can compile my program successfully,but when I ran my programe ,it return an error: "undefined symbol: sqlite3_sql" I installed sqlite with the following command: ./configure --prefix=/usr/local/sqlite make make install the sqllite3.so did n