Hi there, i may be totaly wrong, because yesterday was the first time, when I compiled rsyslog. Anyhow, I had the same problem, which went away, when I configured my environment explicitly:
export PKG_CONFIG_LIBDIR=/usr/local/lib/pkgconfig export LIBLOGNORM_LIBS="-L/usr/local/lib -llognorm" export LIBEE_LIBS="-L/usr/local/lib -lee" export LIBEE_CFLAGS=-I/usr/local/include export LIBESTR_LIBS="-L/usr/local/lib -lestr" export LIBLOGNORM_CFLAGS=-I/usr/local/include export LIBESTR_CFLAGS=-I/usr/local/include Configuring only PKG_CONFIG_LIBDIR did not work. After setting the LIB* env vars, I compiled: 1. librelp 2. libestr 3. libee 4. libnorm 5. rsyslog BTW: this was on SL 6.2 ~= RHEL 6.2 Perhaps this will help you. Cheers, Dirk _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com/professional-services/ What's up with rsyslog? Follow https://twitter.com/rgerhards

