[collectd-changes] collectd, the system statistics collection daemon: Changes to 'collectd-4.10'

Florian Forster octo at verplant.org
Sun Aug 21 16:42:00 CEST 2011


 configure.in |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

New commits:
commit b96e6dd0fe5583ca809b66b2519e74081c79e4f3
Author: Florian Forster <octo at collectd.org>
Date:   Sun Aug 21 16:40:23 2011 +0200

    configure: Link with ip4tc and ip6tc, too.
    
    This solves this problem:
    
    octo at leeloo:/tmp $ gcc -o conftest -g -O2     conftest.c -liptc -ldl
    /usr/bin/ld: /tmp/ccuJEDqP.o: undefined reference to symbol 'iptc_init'
    /usr/bin/ld: note: 'iptc_init' is defined in DSO /lib64/libip4tc.so.0 so try adding it to the linker command line
    /lib64/libip4tc.so.0: could not read symbols: Invalid operation
    collect2: ld returned 1 exit status
    
    Why the iptables plugin compiles without this is beyond me.
    
    Change-Id: If615bee0c9524d907ca1834d5c337ed50c625c5b




More information about the collectd-changes mailing list