Bug 23195

Summary: Не работает с perl
Product: Sisyphus Reporter: Denis Yagofarov <denyago>
Component: collectdAssignee: Anton Farygin <rider>
Status: CLOSED FIXED QA Contact: qa-sisyphus
Severity: normal    
Priority: P3 CC: asy, at, cas, crux, ender, lav, ldv, mike, qa_viy, rider, shaba, viy
Version: unstable   
Hardware: all   
OS: Linux   
Attachments:
Description Flags
Неудачный спек none

Description Denis Yagofarov 2010-03-20 00:24:12 MSK
Created attachment 4311 [details]
Неудачный спек

Судя по всему, но собран с perl. При попытке включить perl в конфиге, выдаёт:
Mar 18 18:16:23 cita collectd: collectdmon startup succeeded
Mar 18 18:16:23 cita collectd[13437]: Found a configuration for the
`perl' plugin, but the plugin isn't loaded or didn't register a
configuration callback.
Mar 18 18:16:23 cita last message repeated 2 times
Mar 18 18:16:23 cita collectd[13437]: Initialization complete,
entering read-loop.

Собственно, конфиг:
##LoadPlugin perl
<Plugin perl>
       IncludeDir "/usr/lib/perl5/vendor_perl"
       BaseName "Collectd::Plugin"
       LoadPlugin OpenVZ
</Plugin>

Без опции IncludeDir точно так же.

Сам с перлом собрать не смог. После указания '--enable-perl' '--with-libperl=/usr/lib', configure не находил интерпретатор.

Нашёл обсуждение тут: http://bugs.archlinux.org/task/10971
Comment 1 Repository Robot 2010-03-21 11:33:43 MSK
collectd-4.9.1-alt2 -> sisyphus:

* Sun Mar 21 2010 Anton Farygin <rider@altlinux> 4.9.1-alt2

- fixed build with perl (closes: #23195)