Verifying the Connector Version Number on Linux
If you need to verify the version of the Starburst ODBC Driver that is installed on your Linux machine, you can query the version number through the command-line interface if the connector was installed using an RPM file.
To verify the connector version number
- Depending on your package manager, at the command prompt, run one of the following commands:
yum list | grep StarburstODBC
rpm -qa | grep StarburstODBC
The command returns information about the Starburst ODBC Driver that is installed on your machine, including the version number.
To verify the connector version number
- Navigate to the
/lib
subfolder in your connector installation directory. By default, the path to this directory is:/opt/starburst/starburstodbc/lib
. - Open the connector's
.so
binary file in a text editor, and search for the text$driver_version_sb$:
. The connector's version number is listed after this text.