MySQL Forums
Forum List  »  Connector/ODBC

Re: Fail to install MySQL ODBC Connector on HP-UX
Posted by: Julius Estonia
Date: June 20, 2017 01:06AM

Hi, Bogdan!

It appear that my problem is just like what you mention. I try to change my UnixODBC version and add the UnixODBC lib to SHLIB_PATH and it works fine now. I use the below command for exporting share library:

export SHLIB_PATH=${SHLIB_PATH:+$SHLIB_PATH:}/usr/local/lib


But now, my concern is that when I register my "MySQL ODBC 5.1 Driver", it prompt out saying that "Success: Usage count is 1" but when I used the command "myodbc-installer -d -l", it didn't show anything. It will only show the driver when I specified it with command myodbc-installer -d -l -n "MySQL ODBC 5.1 Driver". Is this how it suppose to work? Sorry for the question since I am new to this stuff.
Thanks for the help though ^-^

Options: ReplyQuote


Subject
Written By
Posted
Re: Fail to install MySQL ODBC Connector on HP-UX
June 20, 2017 01:06AM


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.