<div dir="ltr">I'm learning how to access databases from Cuis Smalltalk.<div>Here's what I've done so far:</div><div><br></div><div>- Clone the Git repository at <a href="https://github.com/Cuis-Smalltalk/DatabaseSupport">https://github.com/Cuis-Smalltalk/DatabaseSupport</a>.<br>- Open a "File List" window.<br>- Navigate to the "DatabaseSupport" directory.<br>- Select the file `ODBC_pck.st`.<br>- Click the "install package" button.<br></div><div>- Try the sample code in the class method dsn:user:password:query: of the ODBCConnection class in the ODBC class category.</div><div><br></div><div>This line gives an error:</div><div><br></div><div> conn := ODBCConnection dsn: dsn user: user password: password.</div><div><br></div><div>The error is "External module not found".</div><div>I'm running in macOS.</div><div>I suspect it is trying to find the file /usr/local/lib/libodbc.dylib or libodc.2.dylib.</div><div>Those files exist on my machine.</div><div>Do I need to do something to let Cuis know where to find those files?<br><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><font face="arial, helvetica, sans-serif">R. Mark Volkmann</font></div><div><span style="font-size:12.8000001907349px"><font face="arial, helvetica, sans-serif">Object Computing, Inc.</font></span></div></div></div></div></div></div></div></div></div></div>