<div dir="ltr"><div><div>Thanks Marc, it is fixed now, yes, the plugin is exactly under /opt/collectd/lib/collectd<br></div><div>A default configure without any options will be enough to generate the python.so<br></div><div><br></div>Cheers,<br></div>Dan<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-03-10 15:40 GMT-05:00 Marc Fournier <span dir="ltr"><<a href="mailto:marc.fournier@camptocamp.com" target="_blank">marc.fournier@camptocamp.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Excerpts from Dan Dong's message of 2015-03-10 16:19:06 +0100:<br>
<div><div class="h5">> Hi, All,<br>
>   Could anyone hint me how to install the python plugin of collectd? I<br>
> downloaded the collectd-5.4.2.tar.gz but after:<br>
> $./configure --prefix=/opt/collectd --enable-python<br>
> $sudo make all install<br>
><br>
> Where can I find the python plugin? Is it supposed to be under:<br>
> /opt/collectd/lib/collectd/plugins/python/ ?<br>
><br>
> But nothing there under /opt/collectd/lib/collectd/plugins/<br>
<br>
</div></div>You should be looking for /opt/collectd/lib/collectd/python.so.<br>
<br>
After running ./configure, a summary is printed out which should tell<br>
you which plugins won't be built and why not.<br>
<br>
Maybe the configure script can't figure out where python is located on<br>
your system ? Try adding --with-python=/path/to/python to ./configure in<br>
this case.<br>
<br>
Cheers,<br>
Marc<br>
</blockquote></div><br></div>