Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
sajiahma wrote:I referred to below link while vicidial installation :-
https://swanand18.blogspot.com/2017/06/ ... tos-7.html
The details of fix :-
When the script was running from CLI, the location of perl libs were identified but when running from cron , it was failing to identify perl lin path.
Can't locate MIME/Decoder.pm in @INC (@INC contains: /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/share/astguiclient/AST_inbound_email_parser.pl line 6.
Edited the AST_inbound_email_parser.pl and declared the perl path as following :-
use lib '/root/perl5/lib/perl5';
Hope this helps.
Users browsing this forum: Google [Bot] and 48 guests