Skip to content

Instantly share code, notes, and snippets.

@thwarted
thwarted / ldd.out
Created March 19, 2014 20:22
mysql and postgres ODBC setup for SSL, notes on iodbc and unixODBC
# this uses iodbc, compile postgresql-odbc with --with-iodbc
$ ldd /usr/lib64/psqlodbcw-iodbc.so | grep odbc
libiodbc.so.2 => /lib64/libiodbc.so.2 (0x00007f686e30a000)
libiodbcinst.so.2 => /lib64/libiodbcinst.so.2 (0x00007f686e0f7000)
# this uses unixODBC, compile postgresql-odbc with --with-unixodbc
$ ldd /usr/lib64/psqlodbcw-unixodbc.so | grep odbc