Re: SQLite shipping with Leopard?
Re: SQLite shipping with Leopard?
- Subject: Re: SQLite shipping with Leopard?
- From: Kyle McKay <email@hidden>
- Date: Tue, 4 Aug 2009 12:53:29 -0700
On Aug 3, 2009, at 14:38:19 PDT, Rick Mann <email@hidden>
wrote:
I'm having trouble linking against symbols like
sqlite3_column_database_name()
Looking at /usr/lib/libsqlite3.0.dylib with nm, I don't see that
symbol. sqlite3 --version reports 3.4.0, but I can't tell from the
SQLite website what version added that call above.
What I'd like to know is, what version of SQLite is supposed to be
on OS X, and where does the library live? I think I'm going to have
to install my own...
--
Rick
You can display the shipping version of the SQLite 3 library with:
/usr/bin/sqlite3 :memory: "select sqlite_version();"
You can see where the library lives with:
otool -L /usr/bin/sqlite3
Kyle
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden