That's the right file. It might be helpful to know what platform you're building on, and if that platform supports shared libraries. Shared libraries are usually built by default on platforms that support them.
As for the source to sqlite3_get_table, it will be visible in your source. You will probably have to go through the configure process first, because a lot of the source files aren't built until after the configure process. Clay Dowling Laura Longo said: > Hi all, > I would like to view the source code of libsqlite3.so because of a problem > with sqlite3_get_table function... I have a question: in the file > sqlite-3.3.7.tar.gz that I find at http://www.sqlite.org/download.html, > are > there also the source code of the library? If the answer is no, where can > I > find them? Instead, if the answer is yes, what is the option of the > 'configure' command to build the shared library? (I've tried with > './configure --enable-shared' but without any result... I only build the > binary sqlite3) > > Laura > > ----------------------------------------------------------------------------- > To unsubscribe, send email to [EMAIL PROTECTED] > ----------------------------------------------------------------------------- > > -- Simple Content Management http://www.ceamus.com ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------