[ODBC-168] auth_gssapi_client loading issue. Created: 2018-08-02 Updated: 2018-08-09 Resolved: 2018-08-09 |
|
| Status: | Closed |
| Project: | MariaDB Connector/ODBC |
| Component/s: | General |
| Affects Version/s: | 3.0.5 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Trivial |
| Reporter: | Matthew Goheen | Assignee: | Lawrin Novitsky |
| Resolution: | Not a Bug | Votes: | 0 |
| Labels: | None | ||
| Environment: |
Client: Windows 10 |
||
| Attachments: |
|
| Description |
|
When I try to use the 'auth_gssapi_client.dll' that was packaged with MariaDB 10.1.19 I get an error, but if I use the 'auth_gssapi_client.dll' thats packaged with the 32bit portable version of HeidiSQL I can connect with my gssapi user just fine. The error text is as follows (image attached)
As stated above, replacing the 'auth_gssapi_client.dll' with the the one packaged with the 32bit portable verison of heidi fixes this issue and allows me to connect. I'm thinking this could be an architecture issue, but I'm not sure. |
| Comments |
| Comment by Matthew Goheen [ 2018-08-08 ] |
|
I've found what was wrong. I had downloaded the 64 bit version of MariaDB, but was using the 32 bit version of the connector. It appears that the 64 bit version of the auth_gssapi_client.dll comes with the 64 bit version of MariaDB. I downloaded and installed the 32 bit version of the C/C++ connector which gave me the 32 bit auth_gssapi_client.dll. I was able to get it working after that. Sorry for slopping up the bug tracker with this. |
| Comment by Lawrin Novitsky [ 2018-08-09 ] |
|
That's ok. Thanks for letting as know that there is no problem here |