The packaged syslog-ng RPM for RHEL7 from the stable copr repo
https://copr-be.cloud.fedoraproject.org/results/czanik/syslog-ng-stable
fails to have a dependency specified for glib library with a large enough version to satisfy the runtime requirements.
The syslog-ng package has a requirement listed of
"libglib-2.0.so.0()(64bit)"
but if there is an older glib2 package installed that satisfies this requirement syslog-ng will fail to start with an error
/usr/sbin/syslog-ng: symbol lookup error: /usr/lib64/libsyslog-ng-3.35.so.0: undefined symbol: g_ptr_array_find_with_equal_func
Can the package maintainer add a >= version specification to the requirements so that the install of syslog-ng will automatically update to a version of glib2 that works with syslog-ng?
-- Evan Rempel