Re: [sqlite] EXT : Unknown module FTS4

2012-08-01 Thread Navaneeth.K.N
Hello, On Mon, Jul 30, 2012 at 6:43 PM, Black, Michael (IS) wrote: > You've got me totally confusedyou say "shared library" and > "dynamically linked" but then say it's embedded in the GUI. > > Which is it? > > Are you on Unix/Linux? > > Can you show us your Makefile or an example build line

Re: [sqlite] EXT : Unknown module FTS4

2012-07-30 Thread Black, Michael (IS)
@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of Keith Medcalf [kmedc...@dessus.com] Sent: Monday, July 30, 2012 8:06 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] EXT : Unknown module FTS4 The "other library" that is getting loaded first is embedded in the

Re: [sqlite] EXT : Unknown module FTS4

2012-07-30 Thread Keith Medcalf
On Behalf Of Black, Michael (IS) > Sent: Sunday, 29 July, 2012 06:22 > To: General Discussion of SQLite Database > Subject: Re: [sqlite] EXT : Unknown module FTS4 > > You probably have another shared library in your path that is getting loaded > first. > > Since you said

Re: [sqlite] EXT : Unknown module FTS4

2012-07-29 Thread Black, Michael (IS)
You probably have another shared library in your path that is getting loaded first. Since you said shared library and not DLL I assume you're using Unix of some sort? Run "ldd" on your GUI app and see what library it says it will use. Also, you should have either strace or truss which can show