I'm trying to recompile some old software that uses rrdtool under CentOS 8. The application is looking for librrd_th.so. The rrdtool with CentOS 8 is 1.7.0 and I have the -devel package installed too.
It looks like rrdtool-1.4.8 under CentOS 7 has it. So I'm trying to figure out if between 1.4.8 and 1.7.0 it was deprecated in RRD Tool, or if its a strange issue with the package build. I've tried to recompile 1.7.0 (don't know exactly what I'm doing) and don't think it gets built anymore.
If its no longer part of the package, any suggestions for adapting code that is getting build errors with things like "undefined reference to `rrd_get_context'"
Thanks for any ideas at all.
Andy