Subject libgds.so being called from ODBC driver
Author Maury Markowitz
I've been muddling my way through a build of the ODBC driver on OSX. After some work I was able to find and build all the required prerequisite files, change some paths, move a few things around, and presto, one Mac driver. However, attempting to connect using it fails with:

dlopen(libfbclient.so, 2): image not found2012-06-12 09:10:20.845 ODBCQueryTool[6180:7e17] SQL Error State:08004, Native Error Code: 1FFFFFC78, ODBC Error: [ODBC Firebird Driver]Unable to connect to data source: library 'libgds.so' failed to load

Looking around, it seems that this is normally solved by dropping symlinks into /usr/iib, so I did this using the libfbclient.dylib.

But this didn't work, same error. Suggestions?