[Build] Incomplete LDFLAGS for custom mysqlclient libraries - rpath is missing #656
Replies: 2 comments 3 replies
|
From my experience, pkg-config usually lists library names and their locations with Looks like mysqlclient installer should examine library directories received from pkg-config and setup rpath when needed. |
3 replies
|
Anyway, I can't do and maintain such script. |
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.
Uh oh!
There was an error while loading. Please reload this page.
What OS and which version do you use?
Ubuntu 22.04
How did you installed mysql client library?
Output from
pkg-config --cflags --libs mysqlclientHow did you tried to install mysqlclient?
Output of building mysqlclient
All reactions