Linking to Your ODBC Driver Manager Library

To successfully use an ODBC driver manager library on UNIX systems, link to your ODBC driver manager library and include this link in LD_LIBRARY_PATH for the ESP Server.

On UNIX systems, Event Stream Processor expects your ODBC driver manager library to be called libodbc.so.1.

  1. Ensure that your driver manager library has this name or create a symbolic link from libodbc.so.1 to your ODBC driver manager library.
  2. Include the symbolic link in your LD_LIBRARY_PATH for the ESP Server.
Related concepts
Configure Connections to External Databases