Replies: 3 comments
Why do you use RHEL? RHEL users pay for support from Red Hat. You should ask support to Red Hat instead of here. I don't use RHEL and Percona. So it is impossible to reproduce. |
|
Depending on your use case you can use RHEL without a paid subscription or paid support. Percona MySQL Server is a patched version of MySQL, so I would assume it is compatible with MySQL. But so linking against the lib of the percona package should also work. The problem is, that the .pc file in the package is called |
Uh oh!
There was an error while loading. Please reload this page.
When trying to install mysqlclient on a RHEL 9 system with
percona-xtradb-cluster-develinstalled, the build failsThis is because the package is called
perconaserverclient(and not mysqlclient, mariadb or libmariadb). Callingpkg-configwith it worksand installing mysqlclient with custom options also
Is it possible to add
perconaserverclientto the list of supported packages?All reactions