28 Feb
2022
28 Feb
'22
6:14 p.m.
On 2022-02-28 10:59 a.m., John Stoffel wrote:
I suspect that either the configure setup scripts doesn't support using pkg-config for mysql/mariadb, or that there's a problem with how it works.
In any case, it's good to see you got this working for yourself. It might also be that the configure.ac needs to be setup so that mariadb depends on libz being found and complaining/failing if not.
Cheers, John
I haven't seen it mentioned so sorry if this has already been done..
Ubuntu by default doesn't install development libraries when applications are installed.. So, have you done:
apt install libmariadb-dev