Hi all,<br>The issue was that SQLiteLibrary moduleName was incorrectly set to libsqlite3.framework. Once I set that to &#39;libsqlite3.so&#39;, everything works fine.<br><br>Thanks,<br>deech<br><br><div class="gmail_quote">
On Thu, Feb 19, 2009 at 10:29 PM, aditya siram <span dir="ltr">&lt;<a href="mailto:aditya.siram@gmail.com">aditya.siram@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi all,<br>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. <br><br>I have a database file &#39;test.db&#39; in the &#39;Smalltalk imagePath&#39; location, but the following interaction from a workspace fails. <br>

========================<br>db := SQLiteConnection fileNamed:&#39;test.db&#39;.<br>db open.<br>========================<br>I get an &#39;Unable to find function address&#39; error. <br><br>I have included a screenshot. If this isn&#39;t the right forum please point me in the right direction.<br>

<br>Thanks ...<br>Deech<br>
</blockquote></div><br>