Extension ExtractCustomFieldValues in version 4.2.2 not visible

Hello,
I have a fresh install of RT 4.2.2 with fastCGI and postgreSQL under Linux.
I try to configure my installation with Extension ExtractCustomFiledValues.
I’m novice in RT.

I install extension by cpan, change my RT_SiteConfig.pm and restart apache.
But after them when i try create new global scriplet i don’t see in Action
required “ExtractCustomFiled”. In /opt/rt4/local/plugins/ i see the
dir RT-Extension-ExtractCustomFieldValues with subdirs, but from web
interface scriplet action is not visible. Why?
Best regards,
Arkady Glazov
http://globster.ru

Did you run make initdb afer install?

Wysłano ze smartfonu Sony Xperia™

---- Użytkownik Arkady Glazovnapisał ----

my installation with Extension ExtractCustomFiledValues. I’m novice in RT.
I install extension by cpan

Assuming you ran

cpan RT::Extension::ExtractCustomFieldValues

that will not run all of the installation steps, particularly make
initdb, review the README.

https://metacpan.org/source/ALEXMV/RT-Extension-ExtractCustomFieldValues-3.10/README

-kevin

Thank’s It was my mistake. All work now to me.

Best regards,
Arkady Glazov
http://globster.ru2014-01-30 Kevin Falcone falcone@bestpractical.com

On Thu, Jan 30, 2014 at 05:23:52PM +0400, Arkady Glazov wrote:

my installation with Extension ExtractCustomFiledValues. I’m novice
in RT.
I install extension by cpan

Assuming you ran

cpan RT::Extension::ExtractCustomFieldValues

that will not run all of the installation steps, particularly make
initdb, review the README.

README - metacpan.org

-kevin