BI MySQL Installation Error on RHEL7

0

Im trying to install BI on RHEL7 with an Amazon RDS MySQL DB. Im getting the following error when setting up the DB connection:

Database access error. Reason Loading shared object failed. First tried to load library mysqlclient and failed because of error: .
Second tried to load library libmysqlclient.so and failed because of error: . (FWB 00090)

The system cannot verify the database logon information.

I have checked the LD_LIBRARY_PATH which have the following:

/opt/myfolder/mysql/lib/:/opt/myfolder/app/tomcat/:/opt/myfolder/sap-crystal/installers/DATA_UNITS/CRServer_lnx/setup.engine/perl/extlibs:/opt/myfolder/sap-crystal/installers/DATA_UNITS/CRServer_lnx/setup.engine/perl/lib/5.8.9/x86_64-linux-thread-multi/CORE:/opt/myfolder/sap-crystal/installers/DATA_UNITS/CRServer_lnx/setup.engine:.:

I have the libmysqlclient.so in /usr/lib and have also tried adding a softlink into the /opt/myfolder/mysql/lib/ directory

Does anyone have any further options I could try?

Thanks

Spike

Posted 2019-06-13T15:25:36.010

Reputation: 1

No answers