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

Florian Forster octo at verplant.org
Wed Feb 9 07:32:15 CET 2011


 src/plugin.c |   24 +++++++++++++++++-------
 1 files changed, 17 insertions(+), 7 deletions(-)

New commits:
commit a63ec989fa64dc13da40fc9b96b4c3bc73fdfbc1
Author: Florian Forster <octo at huhu.verplant.org>
Date:   Wed Feb 9 07:28:03 2011 +0100

    src/plugin.c: Print a more verbose error message if lt_dlopen() fails.
    
    Since the Debian package doesn't depend on the libraries used by the
    collectd plugins, some plugins may fail to load. ltdl reports this with
    the very confusing error message "file not found". Since the plugin is
    in fact available, many users don't realize a dependency is missing and
    assume collectd is looking in the wrong directory -- and they are hardly
    to blame for this.
    
    This commit introduces a lengthy error message which hopefully points
    users into the right direction.




More information about the collectd-changes mailing list