libzbxpgsql icon indicating copy to clipboard operation
libzbxpgsql copied to clipboard

libconfig9 not installed with module packages

Open cavaliercoder opened this issue 8 years ago • 2 comments

@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

cavaliercoder avatar Mar 31 '17 08:03 cavaliercoder

Issue also appears in RPM packages. Yum does not automatically resolve the lib dependency.

cavaliercoder avatar May 05 '17 15:05 cavaliercoder

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

peetw avatar Apr 16 '18 11:04 peetw