Re: [sqlite] loadable extension doesn't load

2009-08-26 Thread sub sk79
Thanks! -SK On Tue, Aug 25, 2009 at 8:09 PM, Roger Binns wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > sub sk79 wrote: > > I followed the exact instructions ( > > http://www.sqlite.org/cvstrac/wiki?p=LoadableExtensions) on SQLite wiki > for > > loadable extensions and still have

Re: [sqlite] loadable extension doesn't load

2009-08-25 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 sub sk79 wrote: > I followed the exact instructions ( > http://www.sqlite.org/cvstrac/wiki?p=LoadableExtensions) on SQLite wiki for > loadable extensions and still have run into this issue. > Can someone help me here? The instructions are how to make

[sqlite] loadable extension doesn't load

2009-08-25 Thread sub sk79
Hi, I followed the exact instructions ( http://www.sqlite.org/cvstrac/wiki?p=LoadableExtensions) on SQLite wiki for loadable extensions and still have run into this issue. Can someone help me here? @HOME-Ubuntu:~/utils/sqlite/sqlite-3.6.17$ gcc -I`pwd` -fPIC -shared ./loadableext.cpp -o half