I compiled and install rrdtool with './configure --prefix=/opt/rrdtool'.

Then compile collectd with './configure --prefix=/usr --enable-rrdtool 
--with-librrd=/opt/rrdtool'.

If the version of rrdtool is 1.2.30, it compile successfully.

When the version of rrdtool is 1.3.X or 1.4.X, the following errors occurs

    librrd  . . . . . . . no (symbol 'rrd_update' not found)
    rrdtool . . . . . . . no (dependency error)
How can I deal with it.

The attachment is the full log when runing './configure --prefix=/usr 
--enable-rrdtool --with-librrd=/opt/rrdtool'

Thanks & best wishes.

saibei
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... 64
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether ln -s works... yes
checking whether make sets $(MAKE)... (cached) yes
checking whether gcc and cc understand -c and -o together... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/i686-t2-linux-gnu/bin/ld
checking if the linker (/usr/i686-t2-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-t2-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... 805306365
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i686-t2-linux-gnu/bin/ld) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen... no
checking for dlopen in -ldl... yes
checking whether a program can dlopen itself... yes
checking whether a statically linked program can dlopen itself... no
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i686-t2-linux-gnu/bin/ld
checking if the linker (/usr/i686-t2-linux-gnu/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i686-t2-linux-gnu/bin/ld) supports shared 
libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i686-t2-linux-gnu/bin/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... 
immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 static flag -static works... yes
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/i686-t2-linux-gnu/bin/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... 
immediate
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for bison... bison -y
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for protoc-c... no
checking for kernel type (linux-gnu)... Linux
checking for ANSI C header files... (cached) yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking math.h usability... yes
checking math.h presence... yes
checking for math.h... yes
checking stdarg.h usability... yes
checking stdarg.h presence... yes
checking for stdarg.h... yes
checking syslog.h usability... yes
checking syslog.h presence... yes
checking for syslog.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking signal.h usability... yes
checking signal.h presence... yes
checking for signal.h... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking for sys/types.h... (cached) yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking poll.h usability... yes
checking poll.h presence... yes
checking for poll.h... yes
checking netdb.h usability... yes
checking netdb.h presence... yes
checking for netdb.h... yes
checking arpa/inet.h usability... yes
checking arpa/inet.h presence... yes
checking for arpa/inet.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking kstat.h usability... no
checking kstat.h presence... no
checking for kstat.h... no
checking regex.h usability... yes
checking regex.h presence... yes
checking for regex.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking endian.h usability... yes
checking endian.h presence... yes
checking for endian.h... yes
checking sys/isa_defs.h usability... no
checking sys/isa_defs.h presence... no
checking for sys/isa_defs.h... no
checking for netinet/in_systm.h... yes
checking for netinet/in.h... yes
checking for netinet/ip.h... yes
checking for netinet/ip_icmp.h... yes
checking for netinet/ip_var.h... no
checking for netinet/ip6.h... yes
checking for netinet/icmp6.h... yes
checking for netinet/tcp.h... yes
checking for netinet/udp.h... yes
checking sys/dkstat.h usability... no
checking sys/dkstat.h presence... no
checking for sys/dkstat.h... no
checking for sys/sysctl.h... yes
checking for sysctl kern.cp_times... no
checking linux/major.h usability... yes
checking linux/major.h presence... yes
checking for linux/major.h... yes
checking libgen.h usability... yes
checking libgen.h presence... yes
checking for libgen.h... yes
checking for IOKit/ps/IOPowerSources.h... no
checking for linux/wireless.h... yes
checking for sys/swap.h... yes
checking for vm/anon.h... no
checking sys/loadavg.h usability... no
checking sys/loadavg.h presence... no
checking for sys/loadavg.h... no
checking linux/config.h usability... no
checking linux/config.h presence... no
checking for linux/config.h... no
checking utmp.h usability... yes
checking utmp.h presence... yes
checking for utmp.h... yes
checking utmpx.h usability... yes
checking utmpx.h presence... yes
checking for utmpx.h... yes
checking ifaddrs.h usability... yes
checking ifaddrs.h presence... yes
checking for ifaddrs.h... yes
checking for net/if.h... yes
checking for linux/if.h... yes
checking for linux/netdevice.h... yes
checking net/ip_vs.h usability... no
checking net/ip_vs.h presence... no
checking for net/ip_vs.h... no
checking ip_vs.h usability... no
checking ip_vs.h presence... no
checking for ip_vs.h... no
checking for sys/ucred.h... no
checking for sys/mount.h... yes
checking for linux/un.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking sys/un.h usability... yes
checking sys/un.h presence... yes
checking for sys/un.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking xfs/xqm.h usability... yes
checking xfs/xqm.h presence... yes
checking for xfs/xqm.h... yes
checking fs_info.h usability... no
checking fs_info.h presence... no
checking for fs_info.h... no
checking fshelp.h usability... no
checking fshelp.h presence... no
checking for fshelp.h... no
checking paths.h usability... yes
checking paths.h presence... yes
checking for paths.h... yes
checking mntent.h usability... yes
checking mntent.h presence... yes
checking for mntent.h... yes
checking mnttab.h usability... no
checking mnttab.h presence... no
checking for mnttab.h... no
checking sys/fstyp.h usability... no
checking sys/fstyp.h presence... no
checking for sys/fstyp.h... no
checking sys/fs_types.h usability... no
checking sys/fs_types.h presence... no
checking for sys/fs_types.h... no
checking sys/mntent.h usability... no
checking sys/mntent.h presence... no
checking for sys/mntent.h... no
checking sys/mnttab.h usability... no
checking sys/mnttab.h presence... no
checking for sys/mnttab.h... no
checking sys/statfs.h usability... yes
checking sys/statfs.h presence... yes
checking for sys/statfs.h... yes
checking sys/statvfs.h usability... yes
checking sys/statvfs.h presence... yes
checking for sys/statvfs.h... yes
checking sys/vfs.h usability... yes
checking sys/vfs.h presence... yes
checking for sys/vfs.h... yes
checking sys/vfstab.h usability... no
checking sys/vfstab.h presence... no
checking for sys/vfstab.h... no
checking kvm.h usability... no
checking kvm.h presence... no
checking for kvm.h... no
checking wordexp.h usability... yes
checking wordexp.h presence... yes
checking for wordexp.h... yes
checking arpa/nameser.h usability... yes
checking arpa/nameser.h presence... yes
checking for arpa/nameser.h... yes
checking for arpa/nameser_compat.h... yes
checking for net/if_arp.h... yes
checking net/ppp_defs.h usability... yes
checking net/ppp_defs.h presence... yes
checking for net/ppp_defs.h... yes
checking for net/if_ppp.h... yes
checking for netinet/if_ether.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking for an ANSI C-conforming const... yes
checking for pid_t... yes
checking for size_t... yes
checking for uid_t in sys/types.h... yes
checking whether time.h and sys/time.h may both be included... yes
checking whether gcc needs -traditional... no
checking for gettimeofday... yes
checking for select... yes
checking for strdup... yes
checking for strtol... yes
checking for getaddrinfo... yes
checking for getnameinfo... yes
checking for strchr... yes
checking for memcpy... yes
checking for strstr... yes
checking for strcmp... yes
checking for strncmp... yes
checking for strncpy... yes
checking for strlen... yes
checking for strncasecmp... yes
checking for strcasecmp... yes
checking for openlog... yes
checking for closelog... yes
checking for sysconf... yes
checking for setenv... yes
checking for if_indextoname... yes
checking whether strerror_r is declared... yes
checking for strerror_r... yes
checking whether strerror_r returns char *... no
checking for strtok_r... yes
checking for getpwnam_r... yes
checking for getgrnam_r... yes
checking for setgroups... yes
checking for regcomp... yes
checking for regerror... yes
checking for regexec... yes
checking for regfree... yes
checking for socket... yes
checking for nanosleep... yes
checking for sysctl... yes
checking for sysctlbyname... no
checking for host_statistics... no
checking for processor_info... no
checking for thread_info... no
checking for statfs... yes
checking for statvfs... yes
checking for getifaddrs... yes
checking for syslog... yes
checking for getutent... yes
checking for getutxent... yes
checking for swapctl... no
checking for getloadavg... yes
checking whether NAN is defined by default... yes
checking if doubles are stored in x86 representation... yes
checking for getfsstat... no
checking for getvfsstat... no
checking for listmntent... no
checking for getmntent... yes
checking whether getmntent takes one argument... yes
checking whether getmntent takes two arguments... no
checking if have htonll defined... no
checking for struct if_data.ifi_ibytes... no
checking for struct if_data.ifi_opackets... no
checking for struct if_data.ifi_ierrors... no
checking for struct net_device_stats.rx_bytes... yes
checking for struct net_device_stats.tx_packets... yes
checking for struct net_device_stats.rx_errors... yes
checking for struct ip_mreqn.imr_ifindex... yes
checking for struct kinfo_proc.ki_pid... no
checking for struct kinfo_proc.ki_rssize... no
checking for struct kinfo_proc.ki_rusage... no
checking for struct kinfo_proc.kp_proc... no
checking for struct kinfo_proc.kp_eproc... no
checking for struct udphdr.uh_dport... yes
checking for struct udphdr.uh_sport... yes
checking for struct udphdr.dest... no
checking for struct udphdr.source... no
checking for kstat_io_t.nwritten... no
checking for kstat_io_t.writes... no
checking for kstat_io_t.nwrites... no
checking for kstat_io_t.wtime... no
checking for res_search in -lresolv... yes
checking for libhal_device_property_exists in -lhal... no
checking for IOServiceGetMatchingServices in -lIOKit... no
checking for kvm_getprocs in -lkvm... no
checking for kvm_getswapinfo in -lkvm... no
checking for kvm_nlist in -lkvm... no
checking for kvm_openfiles in -lkvm... no
checking curl/curl.h usability... yes
checking curl/curl.h presence... yes
checking for curl/curl.h... yes
checking for curl_easy_init in -lcurl... yes
checking dbi/dbi.h usability... yes
checking dbi/dbi.h presence... yes
checking for dbi/dbi.h... yes
checking for dbi_initialize in -ldbi... yes
checking for smtp_create_session in -lesmtp... no
checking gm_protocol.h usability... no
checking gm_protocol.h presence... no
checking for gm_protocol.h... no
checking gcrypt.h usability... no
checking gcrypt.h presence... no
checking for gcrypt.h... no
checking libiptc/libiptc.h usability... yes
checking libiptc/libiptc.h presence... yes
checking for libiptc/libiptc.h... yes
checking libiptc/libip6tc.h usability... yes
checking libiptc/libip6tc.h presence... yes
checking for libiptc/libip6tc.h... yes
checking for iptc_handle_t... no
checking for ip6tc_handle_t... no
checking for iptc_init in -liptc... yes
checking for javac... no
checking for jar... no
checking libmemcached/memcached.h usability... no
checking libmemcached/memcached.h presence... no
checking for libmemcached/memcached.h... no
configure: Checking for modbus using /usr/bin/pkg-config
checking for libnetlink.h... no
checking for iproute/libnetlink.h... no
checking for linux/libnetlink.h... no
checking for linux/gen_stats.h... yes
checking for linux/pkt_sched.h... yes
checking netapp_api.h usability... no
checking netapp_api.h presence... no
checking for netapp_api.h... no
checking for oconfig_parse_fh in -loconfig... no
checking oping.h usability... no
checking oping.h presence... no
checking for oping.h... no
checking owcapi.h usability... no
checking owcapi.h presence... no
checking for owcapi.h... no
checking for pcap_open_live in -lpcap... yes
checking pcap.h usability... yes
checking pcap.h presence... yes
checking for pcap.h... yes
checking pcap-bpf.h usability... yes
checking pcap-bpf.h presence... yes
checking for pcap-bpf.h... yes
checking for perl... yes (/usr/bin/perl)
checking for libperl... no
checking libpq-fe.h usability... no
checking libpq-fe.h presence... no
checking for libpq-fe.h... no
checking for pthread_create in -lpthread... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for python... /usr/bin/python
checking for Python CPPFLAGS... /usr/include/python2.6
checking Python.h usability... yes
checking Python.h presence... yes
checking for Python.h... yes
checking for Python LDFLAGS... /usr/lib
checking for Python LIBS... -L. -lpython2.6
checking for PyObject_CallFunction... yes
checking routeros_api.h usability... no
checking routeros_api.h presence... no
checking for routeros_api.h... no
checking rrd.h usability... yes
checking rrd.h presence... yes
checking for rrd.h... yes
checking for rrd_update_r in -lrrd_th... no
checking for rrd_update in -lrrd... no
checking for rrdc_update in -lrrd... no
checking sensors/sensors.h usability... no
checking sensors/sensors.h presence... no
checking for sensors/sensors.h... no
checking pkg-config for libstatgrab... not found
checking tcrdb.h usability... no
checking tcrdb.h presence... no
checking for tcrdb.h... no
configure: Checking for libupsclient using /usr/bin/pkg-config
checking yajl/yajl_parse.h usability... no
checking yajl/yajl_parse.h presence... no
checking for yajl/yajl_parse.h... no
checking libxml/parser.h usability... yes
checking libxml/parser.h presence... yes
checking for libxml/parser.h... yes
checking for xmlXPathEval in -lxml2... yes
checking for pkg-config... /usr/bin/pkg-config
checking for libOpenIPMIpthread... no (/usr/bin/pkg-config doesn't know 
OpenIPMIpthread)
checking for LIBNOTIFY... no
checking which default log plugin to load... syslog
checking which default write plugin to load... network
configure: creating ./config.status
config.status: creating src/libcollectdclient/lcc_features.h
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/collectd.conf
config.status: creating src/owniptc/Makefile
config.status: creating src/libcollectdclient/Makefile
config.status: creating src/libcollectdclient/libcollectdclient.pc
config.status: creating src/liboconfig/Makefile
config.status: creating bindings/Makefile
config.status: creating bindings/java/Makefile
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing depfiles commands
=== configuring in libltdl (/root/collectd-4.10.3/libltdl)
configure: running /bin/sh ./configure '--prefix=/usr'  '--enable-rrdtool' 
'--with-librrd=/opt/rrdtool' '--enable-ltdl-convenience' --cache-file=/dev/null 
--srcdir=.
checking for a BSD-compatible install... /usr/bin/ginstall -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... none
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/i686-t2-linux-gnu/bin/ld
checking if the linker (/usr/i686-t2-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-t2-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... none
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for xlf... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... 805306365
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/i686-t2-linux-gnu/bin/ld) supports shared 
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/i686-t2-linux-gnu/bin/ld
checking if the linker (/usr/i686-t2-linux-gnu/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/i686-t2-linux-gnu/bin/ld) supports shared 
libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/i686-t2-linux-gnu/bin/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... 
immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 static flag -static works... yes
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/i686-t2-linux-gnu/bin/ld) supports shared 
libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
(cached) (cached) checking how to hardcode library paths into programs... 
immediate
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking which extension is used for loadable modules... .so
checking which variable specifies run-time library path... LD_LIBRARY_PATH
checking for the default library search path... /lib /usr/lib /lib /usr/lib 
/usr/X11/lib /opt/*/lib /usr/local/lib 
checking for objdir... .libs
checking whether libtool supports -dlopen/-dlpreopen... yes
checking for shl_load... no
checking for shl_load in -ldld... no
checking for dlopen in -ldl... yes
checking for dlerror... yes
checking for _ prefix in compiled symbols... no
checking whether deplibs are loaded by dlopen... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking for error_t... yes
checking for argz_append... yes
checking for argz_create_sep... yes
checking for argz_insert... yes
checking for argz_next... yes
checking for argz_stringify... yes
checking assert.h usability... yes
checking assert.h presence... yes
checking for assert.h... yes
checking ctype.h usability... yes
checking ctype.h presence... yes
checking for ctype.h... yes
checking errno.h usability... yes
checking errno.h presence... yes
checking for errno.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for memory.h... (cached) yes
checking for stdlib.h... (cached) yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for unistd.h... (cached) yes
checking dl.h usability... no
checking dl.h presence... no
checking for dl.h... no
checking sys/dl.h usability... no
checking sys/dl.h presence... no
checking for sys/dl.h... no
checking dld.h usability... no
checking dld.h presence... no
checking for dld.h... no
checking mach-o/dyld.h usability... no
checking mach-o/dyld.h presence... no
checking for mach-o/dyld.h... no
checking for string.h... (cached) yes
checking for strchr... yes
checking for strrchr... yes
checking for memcpy... yes
checking for memmove... yes
checking for strcmp... yes
checking for closedir... yes
checking for opendir... yes
checking for readdir... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands

Configuration:
  Libraries:
    libcurl . . . . . . . yes
    libdbi  . . . . . . . yes
    libesmtp  . . . . . . no (libesmtp not found)
    libganglia  . . . . . no (gm_protocol.h not found)
    libgcrypt . . . . . . no (gcrypt.h not found)
    libiokit  . . . . . . no
    libiptc . . . . . . . yes
    libjvm  . . . . . . . no (jar not found)
    libkstat  . . . . . . no (Solaris only)
    libkvm  . . . . . . . no
    libmemcached  . . . . no (libmemcached/memcached.h not found)
    libmodbus . . . . . . no (pkg-config doesn't know library)
    libmysql  . . . . . . no (mysql_config failed)
    libnetapp . . . . . . no (netapp_api.h not found)
    libnetlink  . . . . . no (libnetlink.h not found)
    libnetsnmp  . . . . . no (net-snmp-config failed)
    libnotify . . . . . . no (No package 'libnotify' found)
    liboconfig  . . . . . yes (shipped version)
    libopenipmi . . . . . no (/usr/bin/pkg-config doesn't know OpenIPMIpthread)
    liboping  . . . . . . no ('oping.h' not found)
    libpcap . . . . . . . yes
    libperfstat . . . . . no (AIX only)
    libperl . . . . . . . no
    libpq . . . . . . . . no (libpq-fe.h not found)
    libpthread  . . . . . yes
    librouteros . . . . . no ('routeros_api.h' not found)
    librrd  . . . . . . . no (symbol 'rrd_update' not found)
    libsensors  . . . . . no (sensors/sensors.h not found)
    libstatgrab . . . . . no (/usr/bin/pkg-config doesn't know libstatgrab)
    libtokyotyrant  . . . no (tcrdb.h not found)
    libupsclient  . . . . no (pkg-config doesn't know library)
    libvirt . . . . . . . no (pkg-config doesn't know library)
    libxml2 . . . . . . . yes
    libxmms . . . . . . . no
    libyajl . . . . . . . no (yajl/yajl_parse.h not found)
    libevent  . . . . . . 
    protobuf-c  . . . . . no
    oracle  . . . . . . . no (ORACLE_HOME is not set)
    python  . . . . . . . yes

  Features:
    daemon mode . . . . . yes
    debug . . . . . . . . no

  Bindings:
    perl  . . . . . . . . yes

  Modules:
    apache  . . . . . . . yes
    apcups  . . . . . . . yes
    apple_sensors . . . . no
    ascent  . . . . . . . yes
    battery . . . . . . . yes
    bind  . . . . . . . . yes
    conntrack . . . . . . yes
    contextswitch . . . . yes
    cpu . . . . . . . . . yes
    cpufreq . . . . . . . yes
    csv . . . . . . . . . yes
    curl  . . . . . . . . yes
    curl_json . . . . . . no
    curl_xml  . . . . . . yes
    dbi . . . . . . . . . yes
    df  . . . . . . . . . yes
    disk  . . . . . . . . yes
    dns . . . . . . . . . yes
    email . . . . . . . . yes
    entropy . . . . . . . yes
    exec  . . . . . . . . yes
    filecount . . . . . . yes
    fscache . . . . . . . yes
    gmond . . . . . . . . no
    hddtemp . . . . . . . yes
    interface . . . . . . yes
    ipmi  . . . . . . . . no
    iptables  . . . . . . yes
    ipvs  . . . . . . . . no (ip_vs.h not found)
    irq . . . . . . . . . yes
    java  . . . . . . . . no
    libvirt . . . . . . . no
    load  . . . . . . . . yes
    logfile . . . . . . . yes
    madwifi . . . . . . . yes
    match_empty_counter . yes
    match_hashed  . . . . yes
    match_regex . . . . . yes
    match_timediff  . . . yes
    match_value . . . . . yes
    mbmon . . . . . . . . yes
    memcachec . . . . . . no
    memcached . . . . . . yes
    memory  . . . . . . . yes
    modbus  . . . . . . . no
    multimeter  . . . . . yes
    mysql . . . . . . . . no
    netapp  . . . . . . . no
    netlink . . . . . . . no
    network . . . . . . . yes
    nfs . . . . . . . . . yes
    nginx . . . . . . . . yes
    notify_desktop  . . . no
    notify_email  . . . . no
    ntpd  . . . . . . . . yes
    nut . . . . . . . . . no
    olsrd . . . . . . . . yes
    onewire . . . . . . . no
    openvpn . . . . . . . yes
    oracle  . . . . . . . no
    perl  . . . . . . . . no (needs libperl)
    pinba . . . . . . . . no
    ping  . . . . . . . . no
    postgresql  . . . . . no
    powerdns  . . . . . . yes
    processes . . . . . . yes
    protocols . . . . . . yes
    python  . . . . . . . yes
    routeros  . . . . . . no
    rrdcached . . . . . . no
    rrdtool . . . . . . . no (dependency error)
    sensors . . . . . . . no
    serial  . . . . . . . yes
    snmp  . . . . . . . . no
    swap  . . . . . . . . yes
    syslog  . . . . . . . yes
    table . . . . . . . . yes
    tail  . . . . . . . . yes
    tape  . . . . . . . . no
    target_notification . yes
    target_replace  . . . yes
    target_scale  . . . . yes
    target_set  . . . . . yes
    tcpconns  . . . . . . yes
    teamspeak2  . . . . . yes
    ted . . . . . . . . . yes
    thermal . . . . . . . yes
    tokyotyrant . . . . . no
    unixsock  . . . . . . yes
    uptime  . . . . . . . yes
    users . . . . . . . . yes
    uuid  . . . . . . . . yes
    vmem  . . . . . . . . yes
    vserver . . . . . . . yes
    wireless  . . . . . . yes
    write_http  . . . . . yes
    xmms  . . . . . . . . no
    zfs_arc . . . . . . . no

_______________________________________________
collectd mailing list
collectd@verplant.org
http://mailman.verplant.org/listinfo/collectd

Reply via email to