Dear all monks:
I install Event::Lib on a 64-bit box, make test failed almost 100%:(:
t/80_processes.t 255 65280 ?? ?? % ?? t/90_leak.t 255 65280 ?? ?? % ?? t/91_leak.t 255 65280 ?? ?? % ?? t/92_leak.t 255 65280 ?? ?? % ?? t/93_leak.t 255 65280 ?? ?? % ?? 2 tests skipped. Failed 34/36 test scripts, 5.56% okay. 101/101 subtests failed, 0.00% +okay. make: *** [test_dynamic] Error 255 /usr/bin/make test -- NOT OK
Is Event::Lib not for 64bit box? and also I failed to make verify with the libevent-1.4.8-stable:
[root@localhost libevent-1.4.8-stable]# make verify cd test && make verify make[1]: Entering directory `/root/source/libevent-1.4.8-stable/test' Running tests: KQUEUE Skipping test DEVPOLL Skipping test POLL test-eof: OKAY test-weof: OKAY test-time: OKAY regress: type: 1, count: 1, ttl: 300: 152.160.49.201 type: 3, count: +1, ttl: 1800: 2001:1890:1112:1::20 FAILED SELECT test-eof: OKAY test-weof: OKAY test-time: OKAY regress: type: 1, count: 1, ttl: 285: 152.160.49.201 type: 3, count: +1, ttl: 1791: 2001:1890:1112:1::20 FAILED EPOLL test-eof: OKAY test-weof: OKAY test-time: OKAY regress: type: 1, count: 1, ttl: 275: 152.160.49.201 type: 3, count: +1, ttl: 1781: 2001:1890:1112:1::20 FAILED EVPORT Skipping test make[1]: Leaving directory `/root/source/libevent-1.4.8-stable/test'
I guess libEvent can't be used on 64bit box. If I am wrong, pls correct me.
thx in advance

In reply to Does Event::Lib can be use on 64 bit box? by sunshine_august

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.