RE: perl is not working after migrating the server to AIX 7.2

"MK, Karthick" via dbi-users <[email protected]> Thu, 17 Feb 2022 09:42:38 +0000
Newsgroups gmane.comp.lang.perl.modules.dbi.general
Message-ID <DM8P114MB14616982AC3BC9AF97F4A243E4369@DM8P114MB1461.NAMP114.PROD.OUTLOOK.COM>
--_000_DM8P114MB14616982AC3BC9AF97F4A243E4369DM8P114MB1461NAMP_
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

Hello Brain,

Thanks for your respond.. The server was  migrated from  6.1 TL9 SP12  to 7=
.2 TL5 SP3.  The DB2 version is 10.5 and Perl version before migration it w=
as 5.8.8 and now it is 5.28.1


Thanks and Regards,
Karthick MK
Email : [email protected]<mailto:[email protected]>
Mobile : 95661 20992

From: Fennell, Brian <[email protected]>
Sent: Thursday, February 17, 2022 7:05 AM
To: MK, Karthick <[email protected]>; [email protected]
Cc: Khan, Haris <[email protected]>; Rana, Piyush <piyush.a.rana@a=
ccenture.com>; Pallapothu, Saikalyan <[email protected]>
Subject: [External] Re: perl is not working after migrating the server to A=
IX 7.2

This message is from an EXTERNAL SENDER - be CAUTIOUS, particularly with li=
nks and attachments.
________________________________

When I get errors from CPAN I usually switch to whet or curl to get the pac=
kage them make ; make all and make test ; make install.  You could also try=
 cpanm and see if it gives you better error messages - if you are building =
binary packages you
May need a c compiler - easy with Linux - may be harder with AIX might have=
 to pay IBM then try to find the right packages on the support web site cou=
ld take days or weeks - you may be able to find a prebuilt gcc or clang but=
 you may still need IBM libraries and support. Linux has things like apt-ge=
t and yum or dnf - not sure of the AIX equivalent - most Perl packages / mo=
dules build nicely but some are so hard you are better off with OS packages=
 of prebuilt binaries.  Also you didn't say if your database was DB2 or oth=
er.  You also didn't say if your version of Perl changed when you upgraded =
the OS.  It may matter

Get Outlook for iOS<https://urldefense.proofpoint.com/v2/url?u=3Dhttps-3A__=
aka.ms_o0ukef&d=3DDwMFAg&c=3DeIGjsITfXP_y-DLLX0uEHXJvU8nOHrUK8IrwNKOtkVU&r=
=3D2pO_iDzO9WMyB33e6_BJwmslRHNarg8E5CfYWQvGttQ&m=3DjlQmg-LpvWUtmxBAxPKt-68G=
RGiA6xBVv_22Fko5-6aRak_9VeOQPcd0XlcVJt_B&s=3DcuXpK3VtVh9MIXzXteiss_HEufLu7S=
Yd5zzShDPZNko&e=3D>
________________________________
From: MK, Karthick via dbi-users <[email protected]<mailto:dbi-users@perl.=
org>>
Sent: Wednesday, February 16, 2022 8:08 PM
To: [email protected]<mailto:[email protected]>
Cc: Khan, Haris; Rana, Piyush; Pallapothu, Saikalyan
Subject: [EXTERNAL] perl is not working after migrating the server to AIX 7=
.2

Hello Team,

We have migrated our AIX server from 6.1 to 7.2 . After the migration the p=
erl is upgraded with   v5.28.1 but perl scripts are not working . We are ge=
tting below error message. Could you please take a look of below and help u=
s to fix this issue.

Can't locate DBI.pm<https://urldefense.com/v3/__http:/dbi.pm/__;!!LRF7QUM!K=
ATaNTsDT28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCqElRQiER4asi0g4yorI$> in @INC (y=
ou may need to install the DBI module) (@INC contains: /usr/opt/perl5/lib64=
/site_perl/5.28.1/aix-thread-multi-64all /usr/opt/perl5/lib64/site_perl/5.2=
8.1 /usr/opt/perl5/lib64/5.28.1/aix-thread-multi-64all /usr/opt/perl5/lib64=
/5.28.1 /usr/opt/perl5/lib64/site_perl /home/ddba04/scripts/perl_modules) a=
t /home/ddba04/scripts/perl_modules/dbi_cmds.pm<https://urldefense.com/v3/_=
_http:/dbi_cmds.pm/__;!!LRF7QUM!KATaNTsDT28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspq=
CqElRQiER4asiD_GQQ2w$> line 4.
BEGIN failed--compilation aborted at /home/ddba04/scripts/perl_modules/dbi_=
cmds.pm<https://urldefense.com/v3/__http:/dbi_cmds.pm/__;!!LRF7QUM!KATaNTsD=
T28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCqElRQiER4asiD_GQQ2w$> line 4.
Compilation failed in require at /home/db2edw01/scripts/applMonitor.pl<http=
s://urldefense.com/v3/__http:/applmonitor.pl/__;!!LRF7QUM!KATaNTsDT28QWFUZl=
yIzVwtHoDYz84Ja4y2QD5nGspqCqElRQiER4asirUuGeSM$> line 5.


Also we tried to install bundle the given link. But it got reported error

https://metacpan.org/release/DBI<https://urldefense.com/v3/__https:/metacpa=
n.org/release/DBI__;!!LRF7QUM!KATaNTsDT28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCq=
ElRQiER4asiMY2RWm0$>



Here is the error

perl -MCPAN -e 'install Bundle::DBI'

 CPAN.pm<https://urldefense.com/v3/__https:/cpan.pm/__;!!LRF7QUM!KATaNTsDT2=
8QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCqElRQiER4asiUBx9ocY$> requires configurat=
ion, but most of it can be done automatically.

 If you answer 'no' below, you will enter an interactive dialog for each

 configuration option instead.

 Would you like to configure as much as possible automatically? [yes] yes

 Autoconfiguration complete.

 You can re-run configuration any time with 'o conf init' in the CPAN shell

 commit: wrote '/.cpan/CPAN/MyConfig.pm<https://urldefense.com/v3/__https:/=
myconfig.pm/__;!!LRF7QUM!KATaNTsDT28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCqElRQi=
ER4asiYHtYeOM$>'

 Fetching with LWP:

 http://www.cpan.org/authors/01mailrc.txt.gz<https://urldefense.com/v3/__ht=
tp:/www.cpan.org/authors/01mailrc.txt.gz__;!!LRF7QUM!KATaNTsDT28QWFUZlyIzVw=
tHoDYz84Ja4y2QD5nGspqCqElRQiER4asi7e2MeFc$>

 Reading '/.cpan/sources/authors/01mailrc.txt.gz'

 Fetching with LWP:

 ..........................................................................=
..DONE

 Reading '/.cpan/sources/modules/02packages.details.txt.gz'

 http://www.cpan.org/modules/02packages.details.txt.gz<https://urldefense.c=
om/v3/__http:/www.cpan.org/modules/02packages.details.txt.gz__;!!LRF7QUM!KA=
TaNTsDT28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCqElRQiER4asiSX-B8_M$>

 Database was generated on Tue, 15 Feb 2022 14:29:03 GMT

 New CPAN.pm<https://urldefense.com/v3/__https:/cpan.pm/__;!!LRF7QUM!KATaNT=
sDT28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCqElRQiER4asiUBx9ocY$> version (v2.29)=
 available.

 .............

 [Currently running version is v2.20]

 reload cpan

 install CPAN

 You might want to try

 to both upgrade CPAN.pm<https://urldefense.com/v3/__https:/cpan.pm/__;!!LR=
F7QUM!KATaNTsDT28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCqElRQiER4asiUBx9ocY$> and=
 run the new version without leaving

 ......................................................Memory fault(coredum=
p)

Thanks and Regards,
Karthick MK
Email : [email protected]<mailto:[email protected]>
Mobile : 95661 20992


________________________________

This message is for the designated recipient only and may contain privilege=
d, proprietary, or otherwise confidential information. If you have received=
 it in error, please notify the sender immediately and delete the original.=
 Any other use of the e-mail by you is prohibited. Where allowed by local l=
aw, electronic communications with Accenture and its affiliates, including =
e-mail and instant messaging (including content), may be scanned by our sys=
tems for the purposes of information security and assessment of internal co=
mpliance with Accenture policy. Your privacy is important to us. Accenture =
uses your personal data only in compliance with data protection laws. For f=
urther information on how Accenture processes your personal data, please se=
e our privacy statement at https://www.accenture.com/us-en/privacy-policy<h=
ttps://urldefense.com/v3/__https:/www.accenture.com/us-en/privacy-policy__;=
!!LRF7QUM!KATaNTsDT28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCqElRQiER4asibpSElZo$>=
.
___________________________________________________________________________=
___________

www.accenture.com<https://urldefense.com/v3/__http:/www.accenture.com__;!!L=
RF7QUM!KATaNTsDT28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCqElRQiER4asiPBxfNqw$>


The information contained in this electronic mail transmission is intended =
only for the use of the individual or entity named in this transmission. If=
 you are not the intended recipient of this transmission, you are hereby no=
tified that any disclosure, copying or distribution of the contents of this=
 transmission is strictly prohibited and that you should delete the content=
s of this transmission from your system immediately. Any comments or statem=
ents contained in this transmission do not necessarily reflect the views or=
 position of Radial or its subsidiaries and/or affiliates.


--_000_DM8P114MB14616982AC3BC9AF97F4A243E4369DM8P114MB1461NAMP_
Content-Type: text/html; charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" xmlns:o=3D"urn:schemas-micr=
osoft-com:office:office" xmlns:w=3D"urn:schemas-microsoft-com:office:word" =
xmlns:m=3D"http://schemas.microsoft.com/office/2004/12/omml" xmlns=3D"http:=
//www.w3.org/TR/REC-html40">
<head>
<meta http-equiv=3D"Content-Type" content=3D"text/html; charset=3Dus-ascii"=
>
<meta name=3D"Generator" content=3D"Microsoft Word 15 (filtered medium)">
<!--[if !mso]><style>v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style><![endif]--><style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:"Segoe UI";
	panose-1:2 11 5 2 4 2 4 2 2 3;}
@font-face
	{font-family:"IBM Plex Sans";}
@font-face
	{font-family:Cambria;
	panose-1:2 4 5 3 5 4 6 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0in;
	font-size:11.0pt;
	font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
span.EmailStyle20
	{mso-style-type:personal-reply;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:10.0pt;}
@page WordSection1
	{size:8.5in 11.0in;
	margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext=3D"edit" spidmax=3D"1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext=3D"edit">
<o:idmap v:ext=3D"edit" data=3D"1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang=3D"EN-US" link=3D"blue" vlink=3D"purple" style=3D"word-wrap:brea=
k-word">
<div class=3D"WordSection1">
<p class=3D"MsoNormal">Hello Brain,<o:p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<p class=3D"MsoNormal">Thanks for your respond.. The server was &nbsp;migra=
ted from &nbsp;6.1 TL9 SP12&nbsp; to 7.2 TL5 SP3.&nbsp; The DB2 version is =
10.5 and Perl version before migration it was 5.8.8 and now it is 5.28.1<o:=
p></o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;color:black">Thanks =
and Regards,<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;color:black">Karthic=
k MK<o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;color:black">Email :=
 <a href=3D"mailto:[email protected]">
[email protected]</a><o:p></o:p></span></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;color:black">Mobile =
: 95661 20992<o:p></o:p></span></p>
</div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<div style=3D"border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0in =
0in 0in">
<p class=3D"MsoNormal"><b>From:</b> Fennell, Brian &lt;[email protected]&=
gt; <br>
<b>Sent:</b> Thursday, February 17, 2022 7:05 AM<br>
<b>To:</b> MK, Karthick &lt;[email protected]&gt;; [email protected]=
rg<br>
<b>Cc:</b> Khan, Haris &lt;[email protected]&gt;; Rana, Piyush &lt=
;[email protected]&gt;; Pallapothu, Saikalyan &lt;saikalyan.palla=
[email protected]&gt;<br>
<b>Subject:</b> [External] Re: perl is not working after migrating the serv=
er to AIX 7.2<o:p></o:p></p>
</div>
</div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<div>
<p class=3D"MsoNormal" align=3D"center" style=3D"text-align:center"><span s=
tyle=3D"color:#EE0701">This message is from an EXTERNAL SENDER - be CAUTIOU=
S, particularly with links and attachments.</span><o:p></o:p></p>
<div class=3D"MsoNormal" align=3D"center" style=3D"text-align:center">
<hr size=3D"2" width=3D"100%" noshade=3D"" style=3D"color:#EE0701" align=3D=
"center">
</div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<div>
<div>
<div>
<p class=3D"MsoNormal">When I get errors from CPAN I usually switch to whet=
 or curl to get the package them make ; make all and make test ; make insta=
ll. &nbsp;You could also try cpanm and see if it gives you better error mes=
sages - if you are building binary packages
 you<o:p></o:p></p>
</div>
<div>
<p class=3D"MsoNormal">May need a c compiler - easy with Linux - may be har=
der with AIX might have to pay IBM then try to find the right packages on t=
he support web site could take days or weeks - you may be able to find a pr=
ebuilt gcc or clang but you may still
 need IBM libraries and support. Linux has things like apt-get and yum or d=
nf - not sure of the AIX equivalent - most Perl packages / modules build ni=
cely but some are so hard you are better off with OS packages of prebuilt b=
inaries. &nbsp;Also you didn't say if
 your database was DB2 or other. &nbsp;You also didn't say if your version =
of Perl changed when you upgraded the OS. &nbsp;It may matter&nbsp;<o:p></o=
:p></p>
</div>
<div id=3D"ms-outlook-mobile-signature">
<div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
</div>
<p class=3D"MsoNormal">Get <a href=3D"https://urldefense.proofpoint.com/v2/=
url?u=3Dhttps-3A__aka.ms_o0ukef&amp;d=3DDwMFAg&amp;c=3DeIGjsITfXP_y-DLLX0uE=
HXJvU8nOHrUK8IrwNKOtkVU&amp;r=3D2pO_iDzO9WMyB33e6_BJwmslRHNarg8E5CfYWQvGttQ=
&amp;m=3DjlQmg-LpvWUtmxBAxPKt-68GRGiA6xBVv_22Fko5-6aRak_9VeOQPcd0XlcVJt_B&a=
mp;s=3DcuXpK3VtVh9MIXzXteiss_HEufLu7SYd5zzShDPZNko&amp;e=3D">
Outlook for iOS</a><o:p></o:p></p>
</div>
</div>
<div id=3D"mail-editor-reference-message-container">
<div class=3D"MsoNormal" align=3D"center" style=3D"text-align:center">
<hr size=3D"2" width=3D"98%" align=3D"center">
</div>
<div id=3D"divRplyFwdMsg">
<p class=3D"MsoNormal"><b>From:</b> MK, Karthick via dbi-users &lt;<a href=
=3D"mailto:[email protected]">[email protected]</a>&gt;<br>
<b>Sent:</b> Wednesday, February 16, 2022 8:08 PM<br>
<b>To:</b> <a href=3D"mailto:[email protected]">[email protected]</a><br>
<b>Cc:</b> Khan, Haris; Rana, Piyush; Pallapothu, Saikalyan<br>
<b>Subject:</b> [EXTERNAL] perl is not working after migrating the server t=
o AIX 7.2
<o:p></o:p></p>
<div>
<p class=3D"MsoNormal">&nbsp;<o:p></o:p></p>
</div>
</div>
<div>
<p class=3D"MsoNormal">Hello Team,<o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;<o:p></o:p></p>
<p class=3D"MsoNormal">We have migrated our AIX server from 6.1 to 7.2 . <s=
pan style=3D"font-size:10.5pt;font-family:&quot;Segoe UI&quot;,sans-serif;c=
olor:#242424;background:white">
After the migration the perl is upgraded with &nbsp;&nbsp;v5.28.1</span> bu=
t perl scripts are not working . We are getting below error message. Could =
you please take a look of below and help us to fix this issue.<o:p></o:p></=
p>
<p class=3D"MsoNormal">&nbsp;<o:p></o:p></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Se=
goe UI&quot;,sans-serif;color:#242424;background:white">Can't locate&nbsp;<=
/span><a href=3D"https://urldefense.com/v3/__http:/dbi.pm/__;!!LRF7QUM!KATa=
NTsDT28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCqElRQiER4asi0g4yorI$" target=3D"_bl=
ank" title=3D"http://dbi.pm/"><span style=3D"font-size:10.5pt;font-family:&=
quot;Segoe UI&quot;,sans-serif;color:#5B5FC7;background:white;text-decorati=
on:none">DBI.pm</span></a><span style=3D"font-size:10.5pt;font-family:&quot=
;Segoe UI&quot;,sans-serif;color:#242424;background:white">&nbsp;in
 @INC (you may need to install the DBI module) (@INC contains: /usr/opt/per=
l5/lib64/site_perl/5.28.1/aix-thread-multi-64all /usr/opt/perl5/lib64/site_=
perl/5.28.1 /usr/opt/perl5/lib64/5.28.1/aix-thread-multi-64all /usr/opt/per=
l5/lib64/5.28.1 /usr/opt/perl5/lib64/site_perl
 /home/ddba04/scripts/perl_modules) at /home/ddba04/scripts/perl_modules/</=
span><a href=3D"https://urldefense.com/v3/__http:/dbi_cmds.pm/__;!!LRF7QUM!=
KATaNTsDT28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCqElRQiER4asiD_GQQ2w$" target=3D=
"_blank" title=3D"http://dbi_cmds.pm/"><span style=3D"font-size:10.5pt;font=
-family:&quot;Segoe UI&quot;,sans-serif;color:#5B5FC7;background:white;text=
-decoration:none">dbi_cmds.pm</span></a><span style=3D"font-size:10.5pt;fon=
t-family:&quot;Segoe UI&quot;,sans-serif;color:#242424;background:white">&n=
bsp;line
 4.</span><span style=3D"font-size:10.5pt;font-family:&quot;Segoe UI&quot;,=
sans-serif;color:#242424"><br>
<span style=3D"background:white">BEGIN failed--compilation aborted at /home=
/ddba04/scripts/perl_modules/</span></span><a href=3D"https://urldefense.co=
m/v3/__http:/dbi_cmds.pm/__;!!LRF7QUM!KATaNTsDT28QWFUZlyIzVwtHoDYz84Ja4y2QD=
5nGspqCqElRQiER4asiD_GQQ2w$" target=3D"_blank" title=3D"http://dbi_cmds.pm/=
"><span style=3D"font-size:10.5pt;font-family:&quot;Segoe UI&quot;,sans-ser=
if;color:#5B5FC7;background:white;text-decoration:none">dbi_cmds.pm</span><=
/a><span style=3D"font-size:10.5pt;font-family:&quot;Segoe UI&quot;,sans-se=
rif;color:#242424;background:white">&nbsp;line
 4.</span><span style=3D"font-size:10.5pt;font-family:&quot;Segoe UI&quot;,=
sans-serif;color:#242424"><br>
<span style=3D"background:white">Compilation failed in require at /home/db2=
edw01/scripts/</span></span><a href=3D"https://urldefense.com/v3/__http:/ap=
plmonitor.pl/__;!!LRF7QUM!KATaNTsDT28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCqElRQ=
iER4asirUuGeSM$" target=3D"_blank" title=3D"http://applmonitor.pl/"><span s=
tyle=3D"font-size:10.5pt;font-family:&quot;Segoe UI&quot;,sans-serif;color:=
#5B5FC7;background:white;text-decoration:none">applMonitor.pl</span></a><sp=
an style=3D"font-size:10.5pt;font-family:&quot;Segoe UI&quot;,sans-serif;co=
lor:#242424;background:white">&nbsp;line
 5.</span><o:p></o:p></p>
<p class=3D"MsoNormal"><span style=3D"font-size:10.5pt;font-family:&quot;Se=
goe UI&quot;,sans-serif;color:#242424;background:white">&nbsp;</span><o:p><=
/o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">Also we tried to install bundle the given link. But it =
got reported error</span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616"><a href=3D"https://urldefense.com/v3/__https:/metacpan.=
org/release/DBI__;!!LRF7QUM!KATaNTsDT28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCqEl=
RQiER4asiMY2RWm0$" target=3D"_blank"><span style=3D"color:#0062FF;border:no=
ne windowtext 1.0pt;padding:0in">https://metacpan.org/release/DBI</span></a=
></span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;</span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">Here is the error</span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">perl -MCPAN -e 'install Bundle::DBI'</span><o:p></o:p><=
/p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;<a href=3D"https://urldefense.com/v3/__https:/cpa=
n.pm/__;!!LRF7QUM!KATaNTsDT28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCqElRQiER4asiU=
Bx9ocY$" target=3D"_blank"><span style=3D"color:#0062FF;border:none windowt=
ext 1.0pt;padding:0in">CPAN.pm</span></a>
 requires configuration, but most of it can be done automatically.</span><o=
:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;If you answer 'no' below, you will enter an inter=
active dialog for each</span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;configuration option instead.</span><o:p></o:p></=
p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;Would you like to configure as much as possible a=
utomatically? [yes] yes</span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;Autoconfiguration complete.</span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;You can re-run configuration any time with 'o con=
f init' in the CPAN shell</span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;commit: wrote '/.cpan/CPAN/<a href=3D"https://url=
defense.com/v3/__https:/myconfig.pm/__;!!LRF7QUM!KATaNTsDT28QWFUZlyIzVwtHoD=
Yz84Ja4y2QD5nGspqCqElRQiER4asiYHtYeOM$" target=3D"_blank"><span style=3D"co=
lor:#0062FF;border:none windowtext 1.0pt;padding:0in">MyConfig.pm</span></a=
>'</span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;Fetching with LWP:</span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;<a href=3D"https://urldefense.com/v3/__http:/www.=
cpan.org/authors/01mailrc.txt.gz__;!!LRF7QUM!KATaNTsDT28QWFUZlyIzVwtHoDYz84=
Ja4y2QD5nGspqCqElRQiER4asi7e2MeFc$" target=3D"_blank"><span style=3D"color:=
#0062FF;border:none windowtext 1.0pt;padding:0in">http://www.cpan.org/autho=
rs/01mailrc.txt.gz</span></a></span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;Reading '/.cpan/sources/authors/01mailrc.txt.gz'<=
/span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;Fetching with LWP:</span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;.................................................=
...........................DONE</span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;Reading '/.cpan/sources/modules/02packages.detail=
s.txt.gz'</span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;<a href=3D"https://urldefense.com/v3/__http:/www.=
cpan.org/modules/02packages.details.txt.gz__;!!LRF7QUM!KATaNTsDT28QWFUZlyIz=
VwtHoDYz84Ja4y2QD5nGspqCqElRQiER4asiSX-B8_M$" target=3D"_blank"><span style=
=3D"color:#0062FF;border:none windowtext 1.0pt;padding:0in">http://www.cpan=
.org/modules/02packages.details.txt.gz</span></a></span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;Database was generated on Tue, 15 Feb 2022 14:29:=
03 GMT</span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;New
<a href=3D"https://urldefense.com/v3/__https:/cpan.pm/__;!!LRF7QUM!KATaNTsD=
T28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCqElRQiER4asiUBx9ocY$" target=3D"_blank"=
>
<span style=3D"color:#0062FF;border:none windowtext 1.0pt;padding:0in">CPAN=
.pm</span></a> version (v2.29) available.</span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;.............</span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;[Currently running version is v2.20]</span><o:p><=
/o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;reload cpan</span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;install CPAN</span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;You might want to try</span><o:p></o:p></p>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;to both upgrade
<a href=3D"https://urldefense.com/v3/__https:/cpan.pm/__;!!LRF7QUM!KATaNTsD=
T28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCqElRQiER4asiUBx9ocY$" target=3D"_blank"=
>
<span style=3D"color:#0062FF;border:none windowtext 1.0pt;padding:0in">CPAN=
.pm</span></a> and run the new version without leaving</span><o:p></o:p></p=
>
<p style=3D"margin:0in;line-height:18.0pt;background:white;vertical-align:b=
aseline;box-sizing: border-box;font-variant-ligatures: normal;font-variant-=
caps: normal;font-variant-numeric: inherit;font-variant-east-asian: inherit=
;font-stretch: inherit;orphans: 2;white-space:pre-wrap;widows: 2;word-spaci=
ng:0px">
<span style=3D"font-size:9.0pt;font-family:&quot;IBM Plex Sans&quot;,sans-s=
erif;color:#161616">&nbsp;.................................................=
.....Memory fault(coredump)</span><o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;<o:p></o:p></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;color:black">Thanks =
and Regards,</span><o:p></o:p></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;color:black">Karthic=
k MK</span><o:p></o:p></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;color:black">Email :=
 <a href=3D"mailto:[email protected]">
[email protected]</a></span><o:p></o:p></p>
<p class=3D"MsoNormal"><span style=3D"font-size:12.0pt;color:black">Mobile =
: 95661 20992</span><o:p></o:p></p>
<p class=3D"MsoNormal">&nbsp;<o:p></o:p></p>
</div>
<p class=3D"MsoNormal"><o:p>&nbsp;</o:p></p>
<div class=3D"MsoNormal" align=3D"center" style=3D"text-align:center">
<hr size=3D"2" width=3D"100%" align=3D"center">
</div>
<p class=3D"MsoNormal"><span style=3D"font-size:7.5pt;font-family:&quot;Ari=
al&quot;,sans-serif"><br>
This message is for the designated recipient only and may contain privilege=
d, proprietary, or otherwise confidential information. If you have received=
 it in error, please notify the sender immediately and delete the original.=
 Any other use of the e-mail by
 you is prohibited. Where allowed by local law, electronic communications w=
ith Accenture and its affiliates, including e-mail and instant messaging (i=
ncluding content), may be scanned by our systems for the purposes of inform=
ation security and assessment of
 internal compliance with Accenture policy. Your privacy is important to us=
. Accenture uses your personal data only in compliance with data protection=
 laws. For further information on how Accenture processes your personal dat=
a, please see our privacy statement
 at <a href=3D"https://urldefense.com/v3/__https:/www.accenture.com/us-en/p=
rivacy-policy__;!!LRF7QUM!KATaNTsDT28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCqElRQ=
iER4asibpSElZo$">
https://www.accenture.com/us-en/privacy-policy</a>. <br>
___________________________________________________________________________=
___________<br>
<br>
<a href=3D"https://urldefense.com/v3/__http:/www.accenture.com__;!!LRF7QUM!=
KATaNTsDT28QWFUZlyIzVwtHoDYz84Ja4y2QD5nGspqCqElRQiER4asiPBxfNqw$">www.accen=
ture.com</a></span><o:p></o:p></p>
</div>
</div>
<p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt">&nbsp;<o:p></o:p></p>
<p style=3D"line-height:10.0pt"><span style=3D"font-size:8.0pt;font-family:=
&quot;Cambria&quot;,serif">The information contained in this electronic mai=
l transmission is intended only for the use of the individual or entity nam=
ed in this transmission. If you are not the intended
 recipient of this transmission, you are hereby notified that any disclosur=
e, copying or distribution of the contents of this transmission is strictly=
 prohibited and that you should delete the contents of this transmission fr=
om your system immediately. Any
 comments or statements contained in this transmission do not necessarily r=
eflect the views or position of Radial or its subsidiaries and/or affiliate=
s.
<o:p></o:p></span></p>
<p class=3D"MsoNormal" style=3D"margin-bottom:12.0pt"><o:p>&nbsp;</o:p></p>
</div>
</body>
</html>

--_000_DM8P114MB14616982AC3BC9AF97F4A243E4369DM8P114MB1461NAMP_--