libzbxpgsql
libzbxpgsql copied to clipboard
libconfig9 not installed with module packages
@Wicaeed identified in https://github.com/cavaliercoder/libzbxpgsql/issues/49#issuecomment-290574051 that the libconfig9 package requirement does not appear to be present in the debian packages.
This should be automatically discovered via: https://github.com/cavaliercoder/libzbxpgsql-build/blob/master/debuild/control#L10
Issue also appears in RPM packages. Yum does not automatically resolve the lib dependency.
I also experienced this issue on Ubuntu 16.04. For anyone else facing the same problem, running the following commands solved it:
dpkg -i libzbxpgsql-*.deb
apt-get -f install