[CONC-376] missing prefix for searching mysql_clear_password.so Created: 2018-11-27 Updated: 2019-09-17 |
|
| Status: | Open |
| Project: | MariaDB Connector/C |
| Component/s: | None |
| Affects Version/s: | 3.0.4, 3.0.5 |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Minor |
| Reporter: | Laszlo Soos | Assignee: | Georg Richter |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
docker with alpine 3.8 |
||
| Issue Links: |
|
||||||||||||||||
| Description |
|
hi developers, I was sent here from https://github.com/PyMySQL/mysqlclient-python/issues/289 When try to connect to a db with shared plugins like mysql_clear_password.so I get My believe is that somehow the prefix (/usr/) is missing from the path, thought I don't know how to debug it further. STEPS TO REPRODUCE:
If all goes well you get empty output. If it fails (like for me) you get:
As it seems from the error message it tries to load from lib/mariadb/plugin/mysql_clear_password.so cd /usr (empty output means it's ok) Do you have any idea what could set the path wrong and how to fix it? Thanks for the help in advance |