jima <[EMAIL PROTECTED]> wrote:
> 
> unable to open shared library [Extension.so]
> 
> Any clues of what is going on?
> 

Did you base your implementation of Extension.c off of the
example C code contained in the wiki?

   http://www.sqlite.org/cvstrac/wiki?p=LoadableExtensions

The magic macros SQLITE_EXTENSION_INIT1 and SQLITE_EXTENSION_INIT2
really are necessary for everything to work right.  Did you,
prehaps, omit one or both?

--
D. Richard Hipp   <[EMAIL PROTECTED]>


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

Reply via email to