[Build] mysqlclient fails not build on mint #750
Replies: 4 comments
|
The "libmG" library is nowhere to be found |
0 replies
|
Don't you set MYSQLCLIENT_LDFLAGS env var? |
0 replies
|
Thanks! Right. Probably I installed it long time in the path and I had MYSQL_CLIENT env vars set in my startup scripts for some past configuraiton. After I removed them it asked me to: Exception: Can not find valid pkg-config name.
Specify MYSQLCLIENT_CFLAGS and MYSQLCLIENT_LDFLAGS env vars manuallyWhich is probably what made me set the variables before. I looked a bit and set this instead: export PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/And it worked. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
What OS and which version do you use?
Linux Mint 22
How did you installed mysql client library?
Output from
pkg-config --cflags --libs mysqlclientHow did you tried to install mysqlclient?
uv pip install mysqlclient
Output of building mysqlclient
All reactions