While running baseline on new Endeca application got below error.
Error : Can't locate strict.pm in @INC (@INC contains <path to some perl directories>)
Solution :
1. Run below commands.
export PERLLIB=$ENDECA_ROOT/lib/perl:$ENDECA_ROOT/lib/perl/Control:$ENDECA_ROOT/perl/lib:$ENDECA_ROOT/perl/lib/site_perl
export PERL5LIB=$ENDECA_ROOT/lib/perl:$ENDECA_ROOT/lib/perl/Control:$ENDECA_ROOT/perl/lib:$ENDECA_ROOT/perl/lib/site_perl
2. Restart PlatformServices and trigger indexing again.
Note : Set ENDECA_ROOT properly before running this command.
Error : Can't locate strict.pm in @INC (@INC contains <path to some perl directories>)
Can't Locate |
Solution :
1. Run below commands.
export PERLLIB=$ENDECA_ROOT/lib/perl:$ENDECA_ROOT/lib/perl/Control:$ENDECA_ROOT/perl/lib:$ENDECA_ROOT/perl/lib/site_perl
export PERL5LIB=$ENDECA_ROOT/lib/perl:$ENDECA_ROOT/lib/perl/Control:$ENDECA_ROOT/perl/lib:$ENDECA_ROOT/perl/lib/site_perl
2. Restart PlatformServices and trigger indexing again.
Note : Set ENDECA_ROOT properly before running this command.
No comments:
Post a Comment