MySQL Forums
Forum List  »  Connector/ODBC

Re: Fail to install MySQL ODBC Connector on HP-UX
Posted by: Bogdan Degtyariov
Date: June 19, 2017 12:31AM

Hi Julius,

There could be two reasons why you get the error with libodbc.so.1:

1. UnixODBC is installed in a non-standard directory. In that case you need to set the LD_LIBRARY_PATH environment variable pointing to the UnixODBC library directory.
Something like this:

$ export LD_LIBRARY_PATH=/path/to/unixodbc/lib

2. UnixODBC is 32-bit, which does not match the 64-bit ODBC driver.
You need to make sure that UnixODBC driver manager and MySQL ODBC Driver are for the same platform and hardware (such as ia64-64bit).

Please let me know if this helped to resolve the problem.
Thanks.

--
Best regards,
Bogdan Degtyariov

Options: ReplyQuote


Subject
Written By
Posted
Re: Fail to install MySQL ODBC Connector on HP-UX
June 19, 2017 12:31AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.