<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>Thanks for the replies. I finally got it installed with an rpm. Seems to be working ok.</div><div><br><br><div><br></div></div><div><br>El Jun 21, 2013, a las 11:03 PM, David Mertens <<a href="mailto:dcmertens.perl@gmail.com">dcmertens.perl@gmail.com</a>> escribió:<br><br></div><blockquote type="cite"><div><p>I agree with Sean. If this seems daunting, though, you can use perlbrew to manage everything. Building Perl is remarkably easy, but perlbrew is even easier.</p>
<p>You'll have to reinstall all your CPAN modules under the new Perl, but that's a one-time setup that should go smoothly.</p>
<p>David</p>
<div class="gmail_quote">On Jun 21, 2013 11:55 AM, "Sean Blanton" <<a href="mailto:sblanton@choppertrading.com">sblanton@choppertrading.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">My two cents: I would recommend never using a Perl that comes with an OS, which is for the OS to use, not for you. Better to install your own Perl where you
 can use CPAN and avoid such problems. If you have really light use of Perl, I guess you can get away with it, but anything interesting and you will likely need something that diverges from the OS Perl.</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"> </span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Trying to build locally with CPAN and an OS version of Perl is also likely to bring frustration as the OS Perl may not have the same files as a standard Perl.
 Most importantly, never use CPAN to install modules into the OS Perl if you have access to do so – you will break programs that come with the OS distribution.</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"> </span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">So, build your own Perl – it’s easy, and be totally free and clean, baby! If you don’t have internet access, get a Perl tar ball, build a minicpan from a
 machine that does have internet access and use that.</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"> </span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d">Sean</span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1f497d"> </span></p>
<p class="MsoNormal"><b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif"">From:</span></b><span style="font-size:10.0pt;font-family:"Tahoma","sans-serif""> Chicago-talk [mailto:<a href="mailto:chicago-talk-bounces%2Bsblanton" target="_blank">chicago-talk-bounces+sblanton</a>=<a href="mailto:choppertrading.com@pm.org" target="_blank">choppertrading.com@pm.org</a>]
<b>On Behalf Of </b>imran javaid<br>
<b>Sent:</b> Friday, June 21, 2013 10:50 AM<br>
<b>To:</b> Chicago.pm chatter<br>
<b>Subject:</b> Re: [Chicago-talk] Can anyone help with problem installing perl Tk?</span></p>
<p class="MsoNormal"> </p>
<div>
<p class="MsoNormal">You probably do not have a repository set up for your machine.</p>
<div>
<p class="MsoNormal">Your other choice would be to download the RPM:</p>
</div>
<div>
<p class="MsoNormal"><a href="http://rpm.pbone.net/index.php3?stat=26&dist=79&size=2286288&name=perl-Tk-804.030-15.3.x86_64.rpm" target="_blank">http://rpm.pbone.net/index.php3?stat=26&dist=79&size=2286288&name=perl-Tk-804.030-15.3.x86_64.rpm</a></p>

</div>
<div>
<p class="MsoNormal">and install the RPM (using the rpm command).</p>
</div>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"> </p>
<div>
<p class="MsoNormal">On Fri, Jun 21, 2013 at 10:45 AM, <<a href="mailto:richard@rushlogistics.com" target="_blank">richard@rushlogistics.com</a>> wrote:</p>
<div>
<div>
<p class="MsoNormal">When I do yum search perl-Tk</p>
</div>
<div>
<p class="MsoNormal"> </p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">I get: No Matches found</p>
<div>
<p class="MsoNormal"> </p>
</div>
</div>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
El Jun 21, 2013, a las 10:17 AM, imran javaid <<a href="mailto:imranjj@gmail.com" target="_blank">imranjj@gmail.com</a>> escribió:</p>
</div>
</div>
<div>
<div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<div>
<p class="MsoNormal">Have you tried installing it via yum? i.e.</p>
<div>
<p class="MsoNormal">yum search perl-Tk</p>
<div>
<p class="MsoNormal">it should show you several rpms available but you probably just want this one:</p>
</div>
<div>
<p class="MsoNormal">sudo yum install perl-Tk.x86_64</p>
</div>
</div>
<div>
<p class="MsoNormal"> </p>
</div>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"> </p>
<div>
<p class="MsoNormal">On Fri, Jun 21, 2013 at 10:07 AM, <<a href="mailto:richard@rushlogistics.com" target="_blank">richard@rushlogistics.com</a>> wrote:</p>
<p class="MsoNormal">Hal thanks for the prompt reply. As I mentioned in my post I have done that and found nothing that seems to apply to the problems that I am having.<br>
<br>
<br>
<br>
El Jun 21, 2013, a las 9:58 AM, Hal Wigoda <<a href="mailto:hal.wigoda@gmail.com" target="_blank">hal.wigoda@gmail.com</a>> escribió:</p>
<div>
<div>
<p class="MsoNormal"><br>
> Check out reports SREZIC/Tk-804.031.tar.gz<br>
><br>
> Sent from my iPad<br>
><br>
> On Jun 21, 2013, at 9:49 AM, Richard Reina <<a href="mailto:richard@rushlogistics.com" target="_blank">richard@rushlogistics.com</a>> wrote:<br>
><br>
>> I am trying to install perl Tk on a Centos-6.4 machine with the following command:<br>
>><br>
>> # perl -MCPAN -e 'force install Tk';<br>
>><br>
>> The output seems to look good in the beginning. I see the various windows opening and closing. But the story ends with:<br>
>><br>
>> TODO passed:   52, 66, 80, 94<br>
>> Files=72, Tests=4338, 58 wallclock secs ( 1.06 usr  0.22 sys + 17.76 cusr  1.60 csys = 20.64 CPU)<br>
>> Result: FAIL<br>
>> Failed 2/72 test programs. 14/4338 subtests failed.<br>
>> make: *** [test_dynamic] Error 255<br>
>> SREZIC/Tk-804.031.tar.gz<br>
>> /usr/bin/make test -- NOT OK<br>
>> //hint// to see the cpan-testers results for installing this module, try:<br>
>> reports SREZIC/Tk-804.031.tar.gz<br>
>> Warning (usually harmless): 'YAML' not installed, will not store persistent state<br>
>> Running make install<br>
>> make test had returned bad status, won't install without force<br>
>><br>
>><br>
>> I have included more of the output below. I have also tried to install it from source but get errors at 'make'.  I have also looked in the INSTALL file but see no documentation that seems to relate to my problem. Any help would be greatly, greatly appreciated.<br>

>><br>
>> Thanks so much!<br>
>><br>
>> Richard<br>
>><br>
>><br>
>><br>
>><br>
>><br>
>> chmod 755 ../blib/arch/auto/Tk/Entry/Entry.so<br>
>> cp Entry.bs ../blib/arch/auto/Tk/Entry/Entry.bs<br>
>> chmod 644 ../blib/arch/auto/Tk/Entry/Entry.bs<br>
>> make[1]: Leaving directory `/root/.cpan/build/Tk-804.031-XvbIzL/Entry'<br>
>> make[1]: Entering directory `/root/.cpan/build/Tk-804.031-XvbIzL/DragDrop'<br>
>> cp DragDrop/Rect.pm ../blib/lib/Tk/DragDrop/Rect.pm<br>
>> cp DragDrop/LocalDrop.pm ../blib/lib/Tk/DragDrop/LocalDrop.pm<br>
>> cp DragDrop/SunSite.pm ../blib/lib/Tk/DragDrop/SunSite.pm<br>
>> cp DropSite.pod ../blib/lib/Tk/DropSite.pod<br>
>> cp DragDrop/XDNDSite.pm ../blib/lib/Tk/DragDrop/XDNDSite.pm<br>
>> cp DragDrop.pm ../blib/lib/Tk/DragDrop.pm<br>
>> cp DragDrop/SunConst.pm ../blib/lib/Tk/DragDrop/SunConst.pm<br>
>> cp DragDrop/Common.pm ../blib/lib/Tk/DragDrop/Common.pm<br>
>> cp DropSite.pm ../blib/lib/Tk/DropSite.pm<br>
>> cp DragDrop/Common.pod ../blib/lib/Tk/DragDrop/Common.pod<br>
>> cp DragDrop/SunConst.pod ../blib/lib/Tk/DragDrop/SunConst.pod<br>
>> cp DragDrop/SunDrop.pm ../blib/lib/Tk/DragDrop/SunDrop.pm<br>
>> cp Dra</p>
</div>
</div>
<div>
<div>
<p class="MsoNormal">_______________________________________________<br>
Chicago-talk mailing list<br>
<a href="mailto:Chicago-talk@pm.org" target="_blank">Chicago-talk@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/chicago-talk" target="_blank">http://mail.pm.org/mailman/listinfo/chicago-talk</a></p>
</div>
</div>
</div>
<p class="MsoNormal"> </p>
</div>
</div>
</blockquote>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<p class="MsoNormal">_______________________________________________<br>
Chicago-talk mailing list<br>
<a href="mailto:Chicago-talk@pm.org" target="_blank">Chicago-talk@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/chicago-talk" target="_blank">http://mail.pm.org/mailman/listinfo/chicago-talk</a></p>
</div>
</blockquote>
</div>
</div>
</div>
<p class="MsoNormal"><br>
_______________________________________________<br>
Chicago-talk mailing list<br>
<a href="mailto:Chicago-talk@pm.org" target="_blank">Chicago-talk@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/chicago-talk" target="_blank">http://mail.pm.org/mailman/listinfo/chicago-talk</a></p>
</div>
<p class="MsoNormal"> </p>
</div>
</div>
<br>
<hr>
<font face="Arial" color="Black"><br>
CONFIDENTIALITY WARNING: This email including any attachments may contain privileged or confidential information and is for the sole use of the intended recipient(s). Any unauthorized use or disclosure of this communication is prohibited. This e-mail may also
 be subject to specific non-disclosure and confidentiality provisions. The information contained herein is the property of Chopper Trading, LLC. If you believe that you have received this email in error, please notify the sender immediately and delete it from
 your system.<br>
</font>
</div>

<br>_______________________________________________<br>
Chicago-talk mailing list<br>
<a href="mailto:Chicago-talk@pm.org">Chicago-talk@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/chicago-talk" target="_blank">http://mail.pm.org/mailman/listinfo/chicago-talk</a><br></blockquote></div>
</div></blockquote><blockquote type="cite"><div><span>_______________________________________________</span><br><span>Chicago-talk mailing list</span><br><span><a href="mailto:Chicago-talk@pm.org">Chicago-talk@pm.org</a></span><br><span><a href="http://mail.pm.org/mailman/listinfo/chicago-talk">http://mail.pm.org/mailman/listinfo/chicago-talk</a></span></div></blockquote></body></html>