eztcomod: error while loading shared libraries: libodbc.so.1: cannot open...
search cancel

eztcomod: error while loading shared libraries: libodbc.so.1: cannot open...

book

Article ID: 135583

calendar_today

Updated On:

Products

PanAudit Plus Easytrieve Report Generator PAN/SQL

Issue/Introduction

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

 EZABX054 Unable to open PCode File: testdb2.pco

...

When compiling a CA Easytrieve for Linux source, using DB2 ODBC driver, as follows:

ezt testdb2.ezt

Environment

Release :

Component : CA EASYTRIEVE REPORT GENERATOR FOR FOR LINUX PC

Resolution

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.