Bug 23195 - Не работает с perl
Summary: Не работает с perl
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: collectd (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-20 00:24 MSK by Denis Yagofarov
Modified: 2010-03-21 11:33 MSK (History)
12 users (show)

See Also:


Attachments
Неудачный спек (22.86 KB, application/octet-stream)
2010-03-20 00:24 MSK, Denis Yagofarov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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)