Hi Shane,

Thank you for your response. I do need the rtree extension but I also 
have a need to some others and would like to know how to statically link 
in extensions anyway.

-Steve


Shane Harrelson wrote:
> If you just need the rtree extension, I believe it will be included by
> default in the next version of the core sqlite library.
> 
> -Shane
> 
> On Tue, Jun 10, 2008 at 12:39 AM, Stephen Woodbridge <
> [EMAIL PROTECTED]> wrote:
> 
>> Hi all,
>>
>> I was reading through the sqlite source and noticed that there appears
>> to be an ability to build and extension that is statically linked and
>> autoloaded, but I can not find any details on how to do this.
>>
>> For example, if I want to build an application that uses the rtree
>> extension on Linux, how would I compile and link link it and get it
>> autoloaded.
>>
>> For a simple example, maybe just an explanation of how to do this for
>> the sqlite3 shell would suffice. It makes it much simpler to statically
>> link these into the application when you want to deploy it, because
>> there are less files and paths and things that can go wrong if the user
>> messes with things and since it is a dedicated application it will
>> always need the extension.
>>
>> If this is already documented somewhere, please just point to it.
>>
>> Thanks,
>>   -Stephen Woodbridge
>>    http://imaptools.com/
>> _______________________________________________
>> sqlite-users mailing list
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to