Test loading tools for Linux
- Last Updated: March 6, 2025
- 1 minute read
- Hybrid Data Pipeline
- Version 4.6
- Documentation
The ivtestlib (32-bit drivers) and
ddtestlib (64-bit drivers) test loading tools are
provided to test load drivers and help diagnose configuration problems in the Linux
environments. Such problems might include environment variables not correctly set. This
tool is installed in the /bin subdirectory in the
product installation directory. It attempts to load a specified ODBC driver and prints
out all available error information if the load fails.
For example, if the drivers are installed in /opt/odbc/lib, the following command attempts to load the 32-bit Hybrid Data Pipeline driver, where nn represents the version number of the driver:
ivtestlib /opt/odbc/lib/ivhybridnn.so
If the load is successful, the tool returns a success message along with the version string of the driver. If the driver cannot be loaded, the tool returns an error message explaining why.
See Verifying the driver version number for details about version strings.
The next step is to configure a data source through the system information file.