[Newbies] [Solved] Re: SQLite3 'Unable to find function address'

aditya siram aditya.siram at gmail.com
Fri Feb 20 05:45:57 UTC 2009


Hi all,
The issue was that SQLiteLibrary moduleName was incorrectly set to
libsqlite3.framework. Once I set that to 'libsqlite3.so', everything works
fine.

Thanks,
deech

On Thu, Feb 19, 2009 at 10:29 PM, aditya siram <aditya.siram at gmail.com>wrote:

> Hi all,
> I am not sure if this is the place to ask, but I have installed FFI and the
> Sqlite3 package, but am unable to use it.
>
> I have a database file 'test.db' in the 'Smalltalk imagePath' location, but
> the following interaction from a workspace fails.
> ========================
> db := SQLiteConnection fileNamed:'test.db'.
> db open.
> ========================
> I get an 'Unable to find function address' error.
>
> I have included a screenshot. If this isn't the right forum please point me
> in the right direction.
>
> Thanks ...
> Deech
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/beginners/attachments/20090219/3644c849/attachment.htm


More information about the Beginners mailing list