Description of problem: The rsyslog binary is needlessly linked with libee. Version-Release number of selected component (if applicable): rsyslog-7.4.7-1.fc21 Steps to Reproduce: Actual results: $ ldd /usr/sbin/rsyslogd | grep libee libee.so.0 => /lib64/libee.so.0 (0x00007f466b91b000) Expected results: The main rsyslog binary doesn't have a dependency on libee. Additional info: The commit that brought in this dependency: commit 1c71b962