The following error occurs:
...
/opt/CA/ezt/bin/eztcomod: error while loading shared libraries: libodbc.so.1: cannot open shared object file: No such file or directory
...
When compiling a CA Easytrieve for Linux source, using DB2 ODBC driver, as follows:
ezt testdb2.ezt
Release :
Component : CA EASYTRIEVE REPORT GENERATOR FOR FOR LINUX PC
Please follow these steps to resolve such a problem:
1. Run find / -name libodbc.so.1
2. See in which path it will be found, for example /usr/local/lib/libodbc.so.1
3. Add this path, for example "/usr/local/lib", to the EZTPATH variable in the eztprofile file.
4. Re-login, and test again.