OK, if it is basically Gentoo, I'll start from there. What happens here is that ceil() from the math lib is used. This is being utilized by the new hash table code to calculate a table size which has 65% free space (via floats) if the table needs to be extended. I could probably remove that from the hash table code that I use, but so far I found it useful (and the extra overhead should not really be noticable, I thought).
Rainer > -----Original Message----- > From: [email protected] [mailto:rsyslog- > [email protected]] On Behalf Of Marcin Miroslaw > Sent: Monday, October 11, 2010 2:18 PM > To: [email protected] > Subject: Re: [rsyslog] Problem with loading imuxsock plugin > > W dniu 11.10.2010 14:08, Rainer Gerhards pisze: > >> -----Original Message----- > >> From: [email protected] [mailto:rsyslog- > >> [email protected]] On Behalf Of Marcin Miroslaw > >> Sent: Monday, October 11, 2010 2:07 PM > >> To: [email protected] > >> Subject: Re: [rsyslog] Problem with loading imuxsock plugin > >> > >> W dniu 11.10.2010 13:58, Rainer Gerhards pisze: > >>>> # rsyslogd -v > >>>> rsyslogd 6.1.1, compiled with: > >>>> [...] > >>> > >>> mhhh... which platform? > >> > >> $ uname -srmo > >> Linux 2.6.35-hardened-r2 i686 GNU/Linux > >> > >> gcc version 4.4.4 (Gentoo Hardened 4.4.4-r2 p1.2, pie-0.4.5) > > where can I download this? > > This is gentoo, you need built gcc from sources, plus patches: > http://trumpetti.atm.tut.fi/gentoo/distfiles/gcc-4.4.3-specs- > 0.2.0.tar.bz2 > http://trumpetti.atm.tut.fi/gentoo/distfiles/gcc-4.4.4-piepatches- > v0.4.5.tar.bz2 > http://trumpetti.atm.tut.fi/gentoo/distfiles/gcc-4.4.4-patches- > 1.2.tar.bz2 > http://trumpetti.atm.tut.fi/gentoo/distfiles/gcc-4.4.4-uclibc-patches- > 1.0.tar.bz2 > > or i can create tarrball with compilled version, from live system. > _______________________________________________ > rsyslog mailing list > http://lists.adiscon.net/mailman/listinfo/rsyslog > http://www.rsyslog.com _______________________________________________ rsyslog mailing list http://lists.adiscon.net/mailman/listinfo/rsyslog http://www.rsyslog.com

