Dear Wawrzek, thank you for your answer. Yes, at some point I thought of compiling liblxcstats from your given repo, but after successfully configuring the code, I get some errors during make: # cd build/ # VERBOSE=1 make ... Linking C executable test_browse_containers cd /root/dotcloud-liblxcstats/build/tests && /usr/bin/cmake -E cmake_link_script CMakeFiles/test_browse_containers.dir/link.txt --verbose=1 /usr/bin/gcc -O3 -DNDEBUG -fPIC CMakeFiles/test_browse_containers.dir/browse_containers.c.o -o test_browse_containers -rdynamic ../liblxcstats.so.0.0.1 -llxc /lib64/libcap.so -Wl,-rpath,/root/dotcloud-liblxcstats/build:/lib64 *../liblxcstats.so.0.0.1: undefined reference to `lxc_browse'* collect2: ld returned 1 exit status make[2]: *** [tests/test_browse_containers] Error 1 make[2]: Leaving directory `/root/dotcloud-liblxcstats/build' make[1]: *** [tests/CMakeFiles/test_browse_containers.dir/all] Error 2 make[1]: Leaving directory `/root/dotcloud-liblxcstats/build' make: *** [all] Error 2
Best regards, Mike On Tue, Jun 11, 2013 at 9:37 AM, Wawrzek Niewodniczanski <[email protected]>wrote: > On 10 June 2013 15:04, Michael Sioutis <[email protected]> wrote: > > Dear developers, > > > Hi, > > > I am trying to compile collectd with lxc enabled. > > > > I have cloned the following repo in a 64bit Fedora 12 (Constantine) > machine: > > Maybe a bit of off-topic, but Fedora 12 is not supported and I suggest > you to move to newer version ASAP! > > [...] > > but the main issues are the following: > [...] > > > liblxcstats . . . . . no (lxcstats.h not found) > > Have you found that file on your system? > > It seems that lxcstats.h is from here. > https://bitbucket.org/dotcloud/liblxcstats/src > > Have you install it? > > Cheers, > Wawrzek > > -- > Dr Wawrzyniec NiewodniczaĆski or Wawrzek for short > PhD in Quantum Chemistry & MSc in Molecular Engineering > WWW: http://wawrzek.name E-MAIL: [email protected] > Linux User #177124 >
_______________________________________________ collectd mailing list [email protected] http://mailman.verplant.org/listinfo/collectd
