I am trying to install IPC:Shareable in a 64 bit linux system and received the following errors
1) t/10av.t ...... 1/11 Can't use string ("3") as an ARRAY ref while "strict refs" in use at /home/ec2-user/.cpan/build/IPC-Shareable-0.60-WmQJPw/blib/lib/IPC/Shareable.pm line 455.
2) t/10av.t ...... Dubious, test returned 255 (wstat 65280, 0xff00)
I tried installing through
a) MCPAN
b)Force install using the the code.
c) using perl 5.10 and 5.12 (both built for 64bit).
d) yum install
'yum search IPC' gives only
************************************Yum search results
sudo yum search IPC
Loaded plugins: fastestmirror, security
Loading mirror speeds from cached hostfile
====================================== Matched: IPC ==================
+====================
perl-IPC-SharedCache.noarch : Perl module to manage a cache in SysV IP
+C shared memory
perl-IPC-Run3.noarch : Run a subprocess in batch mode
perl-IPC-ShareLite.x86_64 : Lightweight interface to shared memory
perl-IPC-Cmd.x86_64 : Finding and running system commands made easy
******************* (The actual errors)
t/05sv.t ...... ok
t/10av.t ...... 1/11 Can't use string ("3") as an ARRAY ref while "str
+ict refs" in use at /home/ec2-user/.cpan/build/IPC-Shareable-0.60-WmQ
+JPw/blib/lib/IPC/Shareable.pm line 455.
t/10av.t ...... Dubious, test returned 255 (wstat 65280, 0xff00)
Failed 9/11 subtests
t/15hv.t ...... ok
t/20ref.t ..... ok
t/25ipc.t ..... ok
t/30lock.t .... ok
t/35clean.t ... ok
t/36ipcav.t ... ok
t/38ipchv.t ... ok
t/40ipcref.t .. ok
t/45obj.t ..... ok
Any one had success in installing this on a 64 bit system
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.