Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
sawserver: error while loading shared libraries: libodbc.so - During OBIEE 11g installation

Hi,
I am installing OBIEE 11.1.1.9.0 on Oracle Linux 6.5
While running the installer, it is getting stuck at the following step "Restarting J2EE applications" as a part of Configuration Progress
On checking the log files, I am getting the following error
sawserver: error while loading shared libraries: libodbc.so: cannot open shared object file: No such file or directory
Can anybody guide me in resolving this error ?
Regards
Answers
-
Hi
The ODBC drivers are missing in the library path of your server.
If they do not exist install it and then point them as below.
Ref below links: Why do I get error "libodbc.so.1: open failed: No such file or directory"?
LD_LIBRARY_PATH=/opt/Progress/DataDirect/Connect_for_ODBC_61/lib:% LD_LIBRARY_PATH%
/opt/Progress/DataDirect/Connect_for_ODBC_61/samples/demo # export ODBCINI=/opt/Progress/DataDirect/Connect_for_ODBC_61/odbc.ini
0