On Tue, 2007-07-31 at 08:45 +0000, Zoobave wrote:
> 
> 
> On 7/31/07, Dan Kennedy <[EMAIL PROTECTED]> wrote:
>         
>         You probably need to recompile the SQLite library. Either the
>         one
>         you have installed is too old or it was compiled with the
>         -DSQLITE_OMIT_LOAD_EXTENSION flag, which omits the
>         sqlite3_load_extension() API.
>         
>         Dan.
>         
> 
> i have downloaded  sqlite-3.4.1.tar.gz  from sqlite website
> 
> and i simply did the following after extracting the the files
> 
> $ ./configure
> $ make
> $ make install
> 
> Is there any option need to give in ./configure?

By default, the configure script generates a makefile that includes
the -DSQLITE_OMIT_LOAD_EXTENSION option. It's just too big of a
security hole to do otherwise.

Open the generated Makefile and remove the line that sets this
option. You will also have to link the shell, sqlite3, against 
libdl (add the -dl option to the TLIBS variable) if you want 
to build it.

Dan.


> 
> 
> 
> 
> -- 
> 
> Regards,
> 
> Zoobave A
> 
> http://zoobave.blogspot.com/


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to